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...
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...
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:...
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...
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...
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
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...
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?...
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...
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...