Questions tagged as 'jquery'

1
answer

Shoot animation with scroll

I tried to include the Fade function in the following elements, but I was not successful. The default shown on the site is this . I want to apply this to the <p> tag for when I scroll and go through them, they increase the fon...
asked by 20.05.2014 / 20:34
5
answers

link is not called

I have a jQuery code that generates a div it works quietly, in it I have the following excerpt div += "<p>Coloque o seu <a class='text-orange' id='link_new_ad'>veículo a disposição</a>!</p>"; Then I add this div and...
asked by 02.12.2015 / 13:08
1
answer

Hide divs with similar ID

I have several div tags with similar id, they all start with cn - , example: <div id="cn-name">...</div> <div id="cn-email">...</div> <div id="cn-pass">...</div> How can I interact with all of them with...
asked by 08.08.2016 / 15:50
2
answers

What is the difference between Ajax's dataTypes in jQuery?

I'm learning jQuery and need to know the difference between Ajax's dateTypes. dataType: "xml" dataType: "json" dataType: "script" dataType: "html" How does this influence script execution and result r...
asked by 29.07.2015 / 20:01
1
answer

Why does the enhancer "lose" the loop? [duplicate]

Making a simple loop FOR , I encountered a strange behavior that I could not understand. The count is "lost" in the AJAX request, keeping the incrementer value with the last one. The URL request always returns 200 and still doe...
asked by 27.05.2016 / 00:01
2
answers

Change src of images through jquery

I'm using the Animated Responsive Image Grid plugin and want to change the images src through Javascript / Jquery. HTML code: <div id="ri-grid" class="ri-grid ri-grid-size-1 ri-shadow"> <ul> <li><a href="#"><...
asked by 22.02.2014 / 02:21
1
answer

Why am I missing input values when opening and closing an iframe using Javascript?

Context: I have an application that uses php + html + css + '"> jquery ). In it I have a page called principal.php that contains an iframe: <iframe src=pedido.php/> within calling pedido.php , as we can...
asked by 05.02.2014 / 20:02
2
answers

Move div when mouseover

How do I create the effect similar to this site: link When you hover over the div containing the image of the project, another div appears on the same side as the mouse. That is, if you move your mouse over the right the div will enter o...
asked by 13.04.2018 / 21:01
1
answer

How to clone an element with jQuery and add a new name?

I'm using the jQuery CloneYa plugin. to clone elements of a form with jQuery, but it is a bit limited, I wanted to clone the inputs but I need to increment the name when done, for example: <input type="text" name="produtos[qtd][1]"...
asked by 17.03.2014 / 15:36
2
answers

JQuery - Problem with MouseEnter () & MouseLeave () events

Situation: I have a menu, and I need it when an event of hover occurs, it display a series of information from its menu When the mouse is moved to another menu, the displayed information has to be hidden and display information from...
asked by 13.02.2014 / 19:00