Questions tagged as 'jquery'

1
answer

The .load function in the Jquery Library is not working!

<script> $(".coment").load("coments.php #coments"); </script> This function causes it to load comments after sending it! This causes the comment to be sent at the same time and viewed! Only when I put this code to v...
asked by 05.07.2016 / 07:03
1
answer

Hiding brother menu

I have a main menu that is in li h3 and the submenus are in li h4 . In structure, they are like brothers. Within the same ul and in the same structure as li . When I click the li h3 menu I want the li h4 menu to add up. I did this with...
asked by 01.09.2017 / 14:11
1
answer

Turbinating the bootstrap carousel

To add own events in Carousel of bootstrap , use the $('#myCarousel').on('slide.bs.carousel', function () { }) I would like to know how I can get the text to receive or lose opacidade according to the grandfather elemen...
asked by 23.01.2017 / 18:57
1
answer

Compare values between tags and filter them by value range in check box?

How to make an Input when Checked filter the values between the tags? IN JQUERY <div class="Container"> <div class="Thumb-Produto" > <img src="http://www.oqvestir.com.br/Imagens/produtos/85/00048785/00048785_Vitrine.jpg"...
asked by 01.11.2014 / 19:16
1
answer

Setting up an image slider [closed]

I studied some HTML and CSS, watched some lessons on YouTube and doing the lessons of Code Academy and now I'm creating my first website. I want to add a slider of images, so I researched, the best option will be with jQuery itself, but thi...
asked by 14.05.2014 / 03:35
1
answer

PDF Header by JavaScript / jQuery

How to pass the PDF header via JavaScript / jQuery? I need to print a page, that is, when the user accesses it, it already sends the PDF header and sends it to download. How to do this by JS?     
asked by 09.06.2014 / 18:42
1
answer

How to use MagicLine in single page site navigation?

Magic Line is a jQuery plugin that has the function of adding a line below li from the navigation menu to represent which page the user is in. If the URL matches a menu element, an .active class will be added to li , and the line wil...
asked by 15.09.2014 / 17:21
1
answer

jQuery File Upload error parseMetaData

Today in the morning the jquery File Upload stopped working in all places I use, I have a local base and another online, but both have the same error:   Uncaught TypeError: Can not read property 'parseMetaData' of undefined jquery.fileupload-ima...
asked by 15.09.2014 / 17:06
1
answer

Remove ITEM behind Iframe [closed]

I use a Microsoft BI tool and in this tool I create dynamic charts. One way to share these graphs is through the use of an Iframe via a portal. When I get the frame with the data data of the developed graphic has a graphic sharing icon created...
asked by 27.09.2016 / 19:39
1
answer

Avoid "nervous finger" button switch switch [duplicate]

I have a switch button, and I want to make a post every time it changes from true to false. But I need to prevent the guy from clicking several times. And just make the change from true to false after completing the previous post. For those...
asked by 07.06.2016 / 19:49