Questions tagged as 'jquery'

1
answer

Index in JavaScript

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...
asked by 26.11.2017 / 18:25
1
answer

Capturing Attributes from an Image with JavaScript or JQuery via Url

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 ..     
asked by 28.11.2017 / 16:23
1
answer

problem with Jquery-Mask

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...
asked by 30.11.2017 / 13:48
1
answer

Specific Confirmation Mode

<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...
asked by 17.12.2017 / 17:20
1
answer

jQuery ignoring the slashes /

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...
asked by 15.12.2017 / 17:39
1
answer

jQuery Slider - Jump between defined values and sync with other 2 sliders

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...
asked by 21.11.2017 / 17:33
2
answers

dropdown menu class in javascript not toggla

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...
asked by 04.02.2018 / 11:50
2
answers

Reload the main script when completing ajax request

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...
asked by 03.02.2018 / 04:51
2
answers

Post element using reference from another element

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...
asked by 01.11.2017 / 17:27
1
answer

Jquery plugins use different versions, how to get around it?

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...
asked by 01.11.2017 / 17:12