Questions tagged as 'jquery'

2
answers

Jquery removes all the less selected divs and those from the other menu

This code removes all the less selected divs, but also those from the motherboard menu what I was trying to do was make the below ones independent of the above ones. I'm sorry for showing the code like this but you can not put it in the editor b...
asked by 20.02.2018 / 16:32
4
answers

jQuery does not see content loaded via ajax

How can I make the elements loaded in the layout to be viewed by jQuery? For example: on a parent page I have a script loaded along with the page. On this parent page, I have a DIV with ID="filho" . When a button on the parent pa...
asked by 18.03.2014 / 22:52
2
answers

Leaving the foreach JQery

I'm having difficulty getting out of a foreach when the internal if condition is met, I followed the recommendations in the official JQuery documentation that says to give a return false but it still does not work, follow the code used:...
asked by 17.12.2018 / 13:50
2
answers

How to make a fade effect on icons using jQuery?

I need a help wanted to make some animated icons on the site, I needed a FADE effect, that when you hover over the icon it changes the image smoothly. Sample site On site icons :Flexible , Responsive e Retina Read...
asked by 12.02.2014 / 19:38
2
answers

Which event should I associate with select?

My script is not working, I just want to make the script display the paragraph when the select is selected, see: $(document).ready(function() { $("#btn1").click(function(){ $("p").hide(); }); $("#show").click(fun...
asked by 12.09.2018 / 14:11
2
answers

Problem with jQuery on display

I'm having a problem, I'm testing JSFIDDLE link when the user clicks on the photo - needs to change image, this is already in the test, but the user when clicking the image below, the top is back to what was ... Thank you
asked by 28.09.2018 / 15:56
3
answers

Get date attribute of last element from a list

Good morning, I am putting together a system that when I click a button I add a <li> to the last row record, however every <li> has numeric data-id for differentiation, that is, I would need to know the last data-id...
asked by 10.04.2018 / 14:06
1
answer

javascript / html counter

I need to make an application in javascript / jquery / html that counts the clicks of the user on the button and when the counter reaches 10 it locks the button and displays an alert, I do not know why it is not displaying. Anyone know?...
asked by 23.09.2017 / 21:35
2
answers

Change DIV via jQuery

I have a div with a class and when the screen gets in 770px I have a code that changes that class. I would like to additionally change the class name to change it's position, display it in another div, how could I do it by jQuery? Example...
asked by 22.09.2017 / 19:58
4
answers

Multiple Choice Question

I have to develop a quiz with javascript, the first part I have already developed that are to pick up the answer of questions with only 1 correct answer, but I am not able to do the second part which are the questions with more than one correct...
asked by 28.11.2018 / 12:48