2010-10-09 |
John Resig | Merge branch 'bug7018' of github.com/csnover/jquery... |
blob | commitdiff |
2010-10-09 |
jeresig | Name the try/catch arg to satisfy JSLint - thanks to... |
blob | commitdiff | diff to current |
2010-10-06 |
Colin Snover | Fix bug #7018. |
blob | commitdiff | diff to current |
2010-09-28 |
John Resig | Make sure we have a fallback when XMLHttpRequest is... |
blob | commitdiff | diff to current |
2010-09-27 |
jeresig | Merge branch 'master' of github.com/aakoch/jquery into... |
blob | commitdiff | diff to current |
2010-09-24 |
Dave Methvin | Make sure that requests without a body don't set conten... |
blob | commitdiff | diff to current |
2010-09-24 |
Dave Methvin | Report correct Error object to handleError. Part of... |
blob | commitdiff | diff to current |
2010-09-24 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
blob | commitdiff | diff to current |
2010-09-24 |
Dave Methvin | Use origSettings.context unless it's undefined; for... |
blob | commitdiff | diff to current |
2010-09-24 |
dmethvin | For JSON and script requests, set the scriptCharset... |
blob | commitdiff | diff to current |
2010-09-24 |
Heungsub Lee | Added a default quality of `*/*` for content negotiation. |
blob | commitdiff | diff to current |
2010-09-24 |
temp01 | Serialize keys with empty arrays/object values in jQuer... |
blob | commitdiff | diff to current |
2010-09-24 |
unknown | Removing the second capture group. After the changes... |
blob | commitdiff | diff to current |
2010-09-22 |
jeresig | Allow # urls to contain #. Thanks to @alvopass in f9f9e... |
blob | commitdiff | diff to current |
2010-09-22 |
John Resig | Make sure that #... are trimmed from Ajax request URLs... |
blob | commitdiff | diff to current |
2010-09-22 |
jeresig | Applied the RegExp issues reported by Jeff Robinson... |
blob | commitdiff | diff to current |
2010-09-21 |
John Resig | Scratch that, just punting on Opera and 304s for now... |
blob | commitdiff | diff to current |
2010-09-21 |
John Resig | Use a different workaround for detecting when Opera... |
blob | commitdiff | diff to current |
2010-09-13 |
John Resig | Add a flag to verify if a browser supports some form... |
blob | commitdiff | diff to current |
2010-09-08 |
jeresig | Make sure that jQuery works even when the individual... |
blob | commitdiff | diff to current |
2010-09-08 |
jeresig | Make sure that jQuery works even when the individual... |
blob | commitdiff | diff to current |
2010-06-20 |
jeresig | Made it so that you no longer need to build jQuery... |
blob | commitdiff | diff to current |
2010-06-15 |
jeresig | Fixing request data param issue. Thanks to mislav for... |
blob | commitdiff | diff to current |
2010-06-15 |
jeresig | Tweak spacing from last commit. |
blob | commitdiff | diff to current |
2010-06-15 |
malsup | Fix for http://dev.jquery.com/ticket/6451 |
blob | commitdiff | diff to current |
2010-03-23 |
jeresig | Made it so that you no longer need to build jQuery... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | Moving more properties onto jQuery.ajax, also copy... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | More changes to get jQuery in line with JSLint. |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | We don't want to increment the Ajax counter if there... |
blob | commitdiff | diff to current |
2010-03-01 |
jeresig | Land some additional tweaks related to running through... |
blob | commitdiff | diff to current |
2010-03-01 |
jeresig | Made some code tweaks related to running jQuery through... |
blob | commitdiff | diff to current |
2010-02-27 |
jeresig | Adding in .bind(name, false), .unbind(name, false)... |
blob | commitdiff | diff to current |
2010-02-11 |
John Resig | No reason to expose the temporary _load method. |
blob | commitdiff | diff to current |
2010-02-06 |
Ben Alman | Ok, this should actually fix #6041 :) |
blob | commitdiff | diff to current |
2010-02-06 |
jeresig | Make sure that we don't try to double-encode params... |
blob | commitdiff | diff to current |
2010-01-25 |
Mike Alup | Provided detailed message for JSON parse errors. Fixes... |
blob | commitdiff | diff to current |
2010-01-25 |
John Resig | Make sure original context is maintained and not the... |
blob | commitdiff | diff to current |
2010-01-25 |
John Resig | Objects with length properties weren't getting serializ... |
blob | commitdiff | diff to current |
2010-01-25 |
John Resig | Use alternative technique for triggering an abort,... |
blob | commitdiff | diff to current |
2010-01-25 |
John Resig | Don't set the context in .load() as it stops the global... |
blob | commitdiff | diff to current |
2010-01-23 |
jeresig | Expose the JSON parsing logic. Fixes #5914. |
blob | commitdiff | diff to current |
2010-01-23 |
jeresig | Centralize the logic for throwing exceptions. Fixes... |
blob | commitdiff | diff to current |
2010-01-16 |
John Resig | Make sure regular settings object is set as context... |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | Make sure that null params aren't traversed. Fixes... |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | Send data if a DELETE Ajax request is done. Fixes ... |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | Make sure that the xhr object still exists after the... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | Make sure oldAbort is only called if the xhr object... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | Simplified some of the logic for handling the ajax... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | ajaxStop was getting called too many times, separated... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | Make sure that Opera fires events after an aborted... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Make sure we do the malformed JSON check for all both... |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Make sure the exception has some level of parity with... |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Make sure that a parsererror is thrown whenever malform... |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Back out the try/catch logic from around JSON.parse... |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | There's enough logic going on in jQuery.ajaxSettings... |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | Added in support for content-type sniffing for scripts... |
blob | commitdiff | diff to current |
2010-01-06 |
Rick Waldron | Detect JSON Ajax requests by the response content-type... |
blob | commitdiff | diff to current |
2010-01-05 |
jeresig | Try to use the native JSON parser in all cases and... |
blob | commitdiff | diff to current |
2010-01-05 |
jeresig | Make sure that the ActiveX exception is caught if it... |
blob | commitdiff | diff to current |
2010-01-05 |
jeresig | Try to use XMLHttpRequest in more cases in IE 7. Thanks... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Rather than declaring empty anonymous functions all... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Experiment switching to using onreadystatechange rather... |
blob | commitdiff | diff to current |
2009-12-22 |
Ben Alman | Moved jQuery.param "traditional" flag into jQuery.ajaxS... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals. |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code... |
blob | commitdiff | diff to current |
2009-12-17 |
Dave Methvin | Ignore case of script tags to make sure they're removed... |
blob | commitdiff | diff to current |
2009-12-17 |
Dave Methvin | Add new html5 input types to list of serializable types... |
blob | commitdiff | diff to current |
2009-12-17 |
Dave Methvin | Default callbackContext to the $.extended ajax options... |
blob | commitdiff | diff to current |
2009-12-17 |
Ben Alman | Reorganized param code slightly to once again define... |
blob | commitdiff | diff to current |
2009-12-17 |
Ben Alman | Further modified jQuery 1.4 .param() method to serializ... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Make sure that an actual timeout is triggered (and... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Added in support for $.ajax jsonpCallback (allowing... |
blob | commitdiff | diff to current |
2009-12-05 |
jeresig | Adding in an extra check, per the comments in 25b0ba9f9... |
blob | commitdiff | diff to current |
2009-12-05 |
John Resig | Allow the user to explicitly set a content-type header... |
blob | commitdiff | diff to current |
2009-11-27 |
Karl Swedberg | added curly braces around all if/else statements |
blob | commitdiff | diff to current |
2009-11-25 |
John Resig | Disable the X-Requested-With header to avoid preflighti... |
blob | commitdiff | diff to current |
2009-11-25 |
John Resig | Fixed spacing on the modified Ajax code. |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Added a check to make sure that a load request isn... |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Pass in the XHR object as the third argument to the... |
blob | commitdiff | diff to current |
2009-11-07 |
John Resig | jQuery.ajax modified the passed-in object only to help... |
blob | commitdiff | diff to current |
2009-11-07 |
John Resig | The complete event wasn't getting called on local file... |
blob | commitdiff | diff to current |
2009-10-27 |
visionmedia | Consistant splits using " " instead of "," |
blob | commitdiff | diff to current |
2009-09-17 |
Yehuda Katz | Getting $.param working well; Patch by ben_alman |
blob | commitdiff | diff to current |
2009-09-15 |
Ariel Flesler | jquery ajax: addition for #2452. Wasn't working correct... |
blob | commitdiff | diff to current |
2009-09-15 |
Ariel Flesler | jquery ajax: closes #2452. get() and post() weren't... |
blob | commitdiff | diff to current |
2009-09-15 |
Ariel Flesler | jquery ajax: closes #4994. Adding 'context' setting... |
blob | commitdiff | diff to current |
2009-09-14 |
Brandon Aaron | fix for #5017 |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery ajax: Misc rename |
blob | commitdiff | diff to current |
2009-09-02 |
Yehuda Katz | Adds nested param serialization; Closes #4201 (by merbjedi) |
blob | commitdiff | diff to current |
2009-08-26 |
John Resig | If the XHR object no longer exists assume that the... |
blob | commitdiff | diff to current |
2009-07-27 |
John Resig | Make sure payload is sent for PUT requests. (Thanks... |
blob | commitdiff | diff to current |
2009-07-22 |
John Resig | Make sure that the script is removed only if it's actua... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Moved the RegExp in ajax.js out from inline, goes towar... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Made a number of syntax tweaks to ajax.js. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Did some cleaning up of ajax.js and fixed a bug from... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Fixed a typo with commit [6457]. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Standardize on using .nodeName in place of .tagName... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Standardizing on .test() and .exec() - moving away... |
blob | commitdiff | diff to current |
2009-07-14 |
John Resig | Fixed the handling of .status == 304 in Opera (it alway... |
blob | commitdiff | diff to current |
2009-06-15 |
John Resig | Adding support for etags in $.ajax() - and simplified... |
blob | commitdiff | diff to current |
next |