Questions tagged as 'html'

0
answers

Selenium, web system automation

Good morning friends, I'm facing a difficulty, where my goal is to automate a process of opening petitions in an intranet, the system does not have captcha however as it was developed I can not manipulate DOM objects via js with Selenium, system...
asked by 11.07.2016 / 15:50
1
answer

Jquery load interval

I would like to set a load time between each load() to complete the loading of each. For this I would need to set a stop or something similar inside my Loop. Would that be possible? for (var v = 0;v <= 10 ;v++ ){ //Esperar 3 Segu...
asked by 11.07.2016 / 15:37
1
answer

How to change 3 flipboxes to 8, with 4 each in each row?

I would like to know how to put instead of 3 flip boxes, 8 flip boxes. 4 on top and 4 on bottom. CodePen HTML: $(document).ready(function() { // set up hover panels // although this can be done without JavaScript, we've att...
asked by 02.07.2016 / 16:38
0
answers

Assign list returned from the database to a combobox

I have an HTML / PHP code where it has a list field that I would like to return the bank records. However, the field or variable appears in the list display instead of the BD values. I can not figure out the cause of the problem. In the im...
asked by 02.07.2016 / 21:17
1
answer

Add button under the div using the after () function

Good afternoon! I have the following situation: Multiple divs, side by side, using display: inline-block. I want to click on a div, I can put a button underneath of this div. I started using the append function of jQuery, as follow...
asked by 25.08.2016 / 21:20
1
answer

Change button behavior according to URL

How can I change the behavior of a button according to the URL? I have the following URL, eg:    site.com/search/ hill climbing machine The button would be something to filter according to the price, being growing or decreasing ....
asked by 16.08.2016 / 01:14
1
answer

Error opening and closing modal

Javascript var inicio = document.getElementById('inicio-modal'); var banner = document.getElementById('banner-modal'); var produto = document.getElementById('produtos-modal'); function abreInicio(){ if (inicio.style.display == 'none') {...
asked by 15.08.2016 / 14:56
0
answers

z-index google chrome error

Google Chrome is with error in the z-index of my css, I put a jquery slider plugin and it was above my menus, so I changed the z-index to change the position, except that firefox and safari works normally , already in google chrome not when I ho...
asked by 30.06.2016 / 20:39
1
answer

Flexslider buga in Tab or Modal

I'm doing a tab with 1 Flexslider (Slider) on each tab, however the first works quietly, since the second TAB the slider buga, ie I have to either minimize the browser or open element inspector. I looked for some things and found that Jquery...
asked by 30.06.2016 / 18:40
1
answer

Text alignment

I'm trying to make a text appear in alignment. This text is in a variable in ruby on rails. As follows: <div class="grid" data-masonry='{ "itemSelector": ".grid-item", "columnWidth": 400 }'> <div class="col-12" style="width: 250px;h...
asked by 30.06.2016 / 16:42