Questions tagged as 'jquery'

1
answer

Filter data from a table via a DropDown

I have a table returning the values paid by taxpayers. However I have to return all the data (since the application sums field by field). So far so good. But to show the user, I need to filter the table by date (year), for the user to view th...
asked by 06.03.2015 / 19:35
1
answer

"Provisional headers are shown" slow request

When I make an AJAX request with $.post of jQuery while the request is made, Chrome displays me a Provisional headers are shown and I feel it for the request while displaying this message, so it takes longer to finish the request Doe...
asked by 06.03.2015 / 13:43
1
answer

How to check the existence of the class in this jQuery case? [closed]

How can I check if the class exists in a variável of jQuery? jQuery(function($) { // Captura o atributo para manipulá-lo var atributo = jQuery(this).parent('.servico').children('.servicos_the_content'); I tried this but it...
asked by 16.08.2015 / 23:09
1
answer

How to mount a Stackedcolumn100 chart?

I am returning a query from the database to DataTable and serializing it to Json . I use the following method to Serialize my DataTable to Json. public static string ConvertDataTabletoString(DataTable dt) { System....
asked by 27.04.2015 / 21:44
1
answer

setInterval with auto-clearInterval

I'm creating a way to extract data from Twitter without being quoted with their API values. The best way I found it was by using the widget that they make available (and that has no quota) and from their upload I "pick up the information" and tr...
asked by 18.02.2015 / 01:47
2
answers

Add fadein effect to this jquery code

Good morning! I'm using the following code to get the result of a form and throw it on the page without having to reload: <script type="text/javascript"> // Script jQuery(document).ready(function(){ jQuery('#ajax_form').submi...
asked by 18.02.2015 / 13:09
1
answer

Ajax does not work in Firefox

It works perfectly on the Chrome browser, and other browsers do not ... When I type the login and password it displays the message "Login Done Successfully!" and the page is stopped in Mozilla. See the code: echo "<meta http-equiv=\"r...
asked by 19.02.2015 / 07:38
1
answer

What is the best logic to implement sub-menu with mouse events

I'm developing this site and for now I have not put any JavaScript code in it to make it dynamic. I have a problem that is repeated in all projects because of lack of knowledge of language and logic, the following problem: When I hover ove...
asked by 26.02.2015 / 16:05
1
answer

How to make a dropdown menu open by clicking on top and close when you hover the mouse over it

I've been searching the internet for dropdown menu , I found some very interesting, but I do not find any that do what I mentioned in the title of the question. All menus of the genre that I found, to open need to click on above, and to clos...
asked by 19.02.2015 / 18:54
1
answer

Merge image and map Google Maps

I have the following situation. Map of google and above the map I added a picture. The problem is that when I add an event on the map, this event does not work on the image .. and vice versa. google.maps.event.addListener(historicalOverlay, "c...
asked by 15.04.2015 / 02:10