297
votes
25answers
99k views

How to format a JSON date?

I'm taking my first crack at Ajax with jQuery. I'm getting my data onto my page, but I'm having some trouble with the JSON data that is returned for Date data types. Basically, I'm getting a string ...
196
votes
17answers
158k views

How can I upload files asynchronously with jQuery?

I would like to upload a file asynchronously with JQuery. This is my HTML: <span>File</span> <input type="file" id="file" name="file" size="10"/> <input id="uploadbutton" ...
170
votes
4answers
53k views

Kill Ajax requests using JavaScript using jQuery

Using jQuery, how do I cancel an Ajax request that I have not yet received the response from?
154
votes
18answers
120k views

How to manage a redirect request after a jQuery Ajax call

Im using $.post() to call a Servlet using Ajax and then use the resulting HTML fragment to replace a div element in the User's current page. However, if the session timeouts the server sends a ...
81
votes
16answers
72k views

jQuery $.ajax(), $.post sending “OPTIONS” as REQUEST_METHOD in Firefox

Having trouble with what I thought was a relatively simple jQuery plugin... The plugin should fetch data from a php script via ajax to add options to a <select>. The ajax request is pretty ...
71
votes
9answers
3k views

Why is it a bad practice to return generated HTML instead of JSON? Or is it?

It is quite easy to load HTML content from your custom URLs/Web services using JQuery or any other similar framework. I've used this approach many times and till now and found the performance ...
68
votes
5answers
151k views

jQuery get textarea text

Recently I have started playing with jQuery, and have been following a couple of tutorials. Now I feel slightly competent with using it (it's pretty easy), and I thought it would be cool if I were ...
65
votes
9answers
37k views

Stop jQuery .load response from being cached

I have the following code making a GET request on a URL: $('#searchButton').click(function() { $('#inquiry').load('/portal/?f=searchBilling&pid=' + $('#query').val()); }); But ...
64
votes
11answers
31k views

What's a good AJAX Autocomplete Plugin for jQuery?

I usually use jQuery as my JS library on my sites, and I would like to stick with it since I'm familiar with it. I need to implement an AJAX autocomplete, mainly for suggesting search results. Here ...
58
votes
5answers
14k views

What exactly can cause an “HIERARCHY_REQUEST_ERR: DOM Exception 3”-Error?

And how exactly does it relate to jquery? I know the library uses native javascript functions internally, but what exactly is it trying to do whenever such a problem appears? Thx for any response in ...
51
votes
5answers
122k views

How to generate a simple popup using jQuery

I am designing a web page. In that, when we click the content of div named mail, how can I show a popup window containing a label email and text box? I searched in Google for a simple popup in ...
44
votes
3answers
2k views

Why does jquery leak memory so badly?

This is kind of a follow-up to a question I posted last week: http://stackoverflow.com/questions/2429056/simple-jquery-ajax-call-leaks-memory-in-ie I love the jquery syntax and all of its nice ...
42
votes
10answers
27k views

JQuery pass more parameters into callback

Is there a way to pass more data into a callback function in Jquery? I have two functions and I want the callback to the $.post, for example, to pass in both the resulting data of the AJAX call, as ...
36
votes
7answers
8k views

Unexpected Caching of AJAX results in IE8

I'm having a serious issue with Internet Explorer cachings results from a JQuery Ajax request. I have header on my web page that get's updated everytime a users navigates to a new page. Once the page ...
36
votes
5answers
15k views

jQuery ajax (jsonp) ignores a timeout and doesn't fire the error event

Hey fellow jQuery lovers, To add some basic error handling, I wanted to rewrite a piece of code that used jQuery's $.getJSON to pull in some photo's from Flickr. The reason for doing this is that ...
34
votes
16answers
70k views

jQuery won't parse my JSON from AJAX query

I'm having difficulty parsing some JSON data returned from my server using jQuery.ajax() To perform the AJAX I'm using: $.ajax({ url: myUrl, cache: false, dataType: "json", success: ...
33
votes
7answers
7k views

Simple jQuery Ajax call leaks memory in Internet Explorer

I created a web page that makes an Ajax call every second. In Internet Explorer 7, it leaks memory badly (20 MB in about 15 minutes). The program is very simple. It just runs a JavaScript function ...
32
votes
3answers
13k views

jQuery single quote in JSON response

I'm making requests to my server using jQuery.post() and my server is returning JSON objects (like { "var": "value", ... }. However, if any of the values contains a single quote (properly escaped like ...
32
votes
5answers
62k views

Rotating a Div Element in jQuery

Trying to rotate a div element...This might be DOM blasphemy, could it work possibly with a canvas element? I'm not sure - if anybody has any ideas of how this could work or why it doesn't, I'd love ...
31
votes
5answers
3k views

What happened to Dojo in 2008?

Many of you have seen this graph of Google Trends of popular AJAX frameworks (Dojo, jQuery, YUI). The graph seems to make it clear that interest in Dojo collapsed in the second quarter of 2008, ...
31
votes
2answers
1k views

What is the right pattern for using JQuery Ajax and ASP.Net Mvc?

I'm very new to both the Mvc framework as well as JavaScript and JQuery. I'm trying to understand the right way to structure Ajax calls. Let's say I have a "Vote Up" button similar to what you see on ...
29
votes
3answers
5k views

Rails not reloading session on ajax post

I'm experiencing a very strange problem with Rails and ajax using jQuery (although I don't think it's specific to jQuery). My Rails application uses the cookie session store, and I have a very simple ...
25
votes
10answers
4k views

ASP.NET AJAX vs jQuery in ASP.NET MVC

Which one is better to use in ASP.NET MVC?
24
votes
4answers
33k views

How do I make jQuery wait for an Ajax call to finish before it returns?

I have a server side function that requires login. If the user is logged in the function will return 1 on success. If not, the function will return the login-page. I want to call the function using ...
24
votes
4answers
26k views

jQuery loop over JSON result from AJAX Success?

On the jQuery AJAX success callback I want to loop over the results of the object. This is an example of how the response looks in Firebug. [ {"TEST1":45,"TEST2":23,"TEST3":"DATA1"}, ...
24
votes
5answers
52k views

JQuery error option in $.ajax utility

The documentation indicates that the error: option function will make available: XHR instance, a status message string (in this case always error) and an optional exception object returned from the ...
23
votes
9answers
47k views

jQuery .load() call doesn't execute javascript in loaded html file

This seems to be a problem related to Safari only. I've tried 4 on mac and 3 on windows and am still having no luck. What I'm trying to do is load an external html file and have the Javascript that ...
22
votes
3answers
8k views

Post data to JsonP

Is it possible to post data to JsonP? Or does all data have to be passed in the querystring as a GET request? I have alot of data that I need to send to the service, cross domain, and it is too large ...
21
votes
2answers
19k views

jQuery Call to WebService returns “No Transport” error

I have the following web service; [WebMethod] public string HelloWorld() { return "Hello World"; } It's stock standard with no alterations to the class decorators. I have ...
21
votes
5answers
904 views

Do you know of a bleeding-edge HTML5 leveraging, legacy-ignoring JavaScript framework?

What's the best framework (sort of jquery, extjs, etc like) to use if I'd like to intensively use all the freshest technologies of the HTML5 stack provided by modern browsers (Firefox 7, Safari 5, ...
21
votes
6answers
8k views

How to “enable” HTML5 elements in IE that were inserted by AJAX call?

See the solution at the bottom of the question. IE does not work good with unknown elements (ie. HTML5 elements), one cannot style them , or access most of their props. Their are numerous work ...
21
votes
4answers
9k views

Unobtrusive dynamic form fields in Rails with jQuery

I'm attempting to get over the hurdle of dynamic form fields in Rails -- this appears to be something the framework doesn't handle very gracefully. I'm also using jQuery in my project. I have jRails ...
21
votes
6answers
14k views

Using jQuery for AJAX with ASP.NET Webforms

Anyone know of a link to a good article/tutorial for getting started using jQuery for AJAX calls rather than ASP.NET AJAX? I'm trying to avoid using UpdatePanels entirely in this app, which I haven't ...
20
votes
6answers
9k views

How to add a Facebook “Like” button to an AJAX driven page

I have trolled the net + Stackoverflow and have not found an adequate answer to this question and before I start the trial and error process of finding my own solution, I thought I would turn to the ...
20
votes
5answers
21k views

Problems with jQuery getJSON using local files in Chrome

I have a very simple test page that uses XHR requests with jQuery's $.getJSON and $.ajax methods. The same page works in some situations and not in others. Specificially, it doesn't work in Chrome on ...
20
votes
5answers
33k views

Access to restricted URI denied code: 1012

How do you get around this Ajax cross site scripting problem on FireFox 3?
19
votes
4answers
12k views

Stop all active ajax requests in jQuery

I have a problem, when submitting a form all active ajax request fail, and that triggers error event. How to stop all active ajax requests in jQuery without trigerring error event?
19
votes
8answers
6k views

Web-based JSON editor that works like property explorer with AJAXy input form

Background: This is a request for something that may not exist yet, but I've been meaning to build one for a long time. First I will ask if anyone has seen anything like it yet. Suppose you have an ...
19
votes
4answers
16k views

Jquery AJAX with ASP.NET WebMethod Returning Entire Page

I'm doing some simple tests (in preparation for a larger project) to call an ASP.NET WebMethod using JQuery AJAX. In my example, my WebMethod returns a simple string. However, when I attempt to call ...
18
votes
3answers
1k views

To hashbang or not to hashbang?

I'm developing a new website and I'd like to make use of AJAX as much as possible. Basically, I want users to almost never navigate away from the homepage and have everything displaying in popup ...
18
votes
3answers
8k views

jQuery AJAX polling for JSON response, handling based on AJAX result or JSON content

I'm a novice-to-intermediate JavaScript/jQuery programmer, so concrete/executable examples would be very much appreciated. My project requires using AJAX to poll a URL that returns JSON containing ...
18
votes
7answers
14k views

Is it possible to use Ajax to do file upload?

I don't want to use jQuery, but I'd like to use Ajax to do file uploading. Is that possible? If so, where can I find information/tutorial on it?
17
votes
7answers
1k views

Update whole page on Ajax request

I have an AJAX request that can have two possible outcomes: The server responds with a message which I should place in a <div> The server responds with an HTML page, in this case I need to ...
17
votes
12answers
1k views

What is the best way of showing progress on an Ajax call?

I have an Ajax call that updates 5,000 records in a database so this takes a lot of time. I have an Ajax "Loading image" showing that something is happening, but I am looking for a better way to show ...
17
votes
2answers
8k views

AJAX Post of JavaScript String Array to JsonResult as List<string> Always Returns Null?

I'm trying to build up a string array in JavaScript and get the results in a string list in the action method. Below is what my JavaScript looks like. I'm using jQuery 1.4.2. The problem is my List ...
17
votes
6answers
2k views

Creating HTML: PHP server-side vs. jQuery client-side

This is a design question. I have data that needs to go into an HTML table, which will later be manipulated by the user. Basically the user will be able to select items in the table rows. I have two ...
17
votes
10answers
20k views

Gmail like file upload with jQuery

I would like to upload files just like google mail does. I would want to use jQuery and PHP to do it is there anyway of getting the progressbar etc.? Here I added a video of how google does it. ...
17
votes
8answers
24k views

How to return JSON from a 2.0 asmx web service

Update: I have since moved on to another project, and I am now able to use .Net 4.0. As a result, this question is no longer relevant to me. From the number of views on this question, though, it must ...
16
votes
11answers
2k views

Advanced jQuery/Ajax books or tutorials online

To begin with, I believe I know jquery basics quite well. I want to learn more and be able to make more complex things (like live chat with many features or something like that). So, can anyone ...
16
votes
1answer
2k views

Jquery, JSON, PHP and GMaps

I am turning in circles and are hoping for some clarification by you guys ... 1) I have a site, using jQuery and a Google Maps Plugin. This all works perfectly and I get my markers set right and I ...

1 2 3 4 5 294