I have a table where I can add rows dynamically, every time I click the button I add a new row to fill the field, my first row comes with index 0
<td><input type="text" name="data[Ticket][0][descricao_ticket]" size="20" placeholder="I...
I have an image that will be rendered in a Div, but I need to capture the Height of it since I need to deal with it before putting it in the div (size).
I do not have the image on the screen, so I can not make a document.GetElement ..
I have a problem creating a mask for a field that should receive both a cpf and a cnpj it works normal since the user does not copy and paste the cnpj, when it copies the cpnj to the blank field it does not come complete but if you select what i...
<buttontype="button" class="btn btn-danger alert-confirm m-b-10" onclick="_gaq.push(['_trackEvent', 'example', 'try', 'alert-confirm'])"><i class="fa fa-trash fa-lg"></i></button>
What I want is that by clicking on th...
I have the following code of button :
<button type="button" title="<?php echo Mage::helper('core')->quoteEscape($this->__('View all items in your shopping cart')) ?>" class="button btn-inline-ver-carrinho" onclick="setLoca...
I have the following need. I have to make a similar solution to Locaweb where I move 3 sliders at the same time. And they should have the steps defined according to the values of the plan.
Example: link
Firstquestionis:Howtoestablishste...
I'm having problems with my nav. I was following a tutorial on how to make the navbar responsive and disappear on the way out of the top. But its drop-down menu does not work, I tried to edit the js class by running this function and no use, I b...
I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax.
The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...
Position an element using the position reference of the div box, the element is in display none and when it receives the click event ira appears on the screen, however it should appear below the div box.
<h3> Sindico<i class="taskAtiv...
Good afternoon I'm using the% jQuery Knob that uses the pluign version of jquery, and the mask-input that uses 1.9.0 .
MaskInput
I used the latest version and it worked, so I think maskinput is not the problem.
Jque...