2010-09-13 |
John Resig | Add a flag to verify if a browser supports some form... |
blob | commitdiff |
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 |
2009-05-20 |
John Resig | Switched to using new Function instead of eval for... |
blob | commitdiff | diff to current |
2009-05-16 |
Brandon Aaron | fix for #4183 |
blob | commitdiff | diff to current |
2009-03-27 |
Brandon Aaron | fix for #4378, base tag causes javascript error in... |
blob | commitdiff | diff to current |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
blob | commitdiff | diff to current |
2009-02-18 |
John Resig | Made it so that search input elements are now serialize... |
blob | commitdiff | diff to current |
2009-02-07 |
John Resig | Stopped a memory leak on getScript calls. Fixes #3962. |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | Landed a fix for timeouts not being aborted properly... |
blob | commitdiff | diff to current |
2009-01-04 |
Ariel Flesler | jquery ajax: File size optimization for compressed... |
blob | commitdiff | diff to current |
2009-01-04 |
John Resig | Moved from the old JSMin to using YUIMin for compressin... |
blob | commitdiff | diff to current |
2008-12-21 |
John Resig | Added the new jQuery.support object and removed all... |
blob | commitdiff | diff to current |
2008-11-18 |
John Resig | The code for handling Ajax timeouts was broken (the... |
blob | commitdiff | diff to current |
2008-11-17 |
John Resig | Standardized the type checks across core. isFunction... |
blob | commitdiff | diff to current |
2008-11-14 |
John Resig | Landing fixes for tickets #2935 and #2688 (Aborting... |
blob | commitdiff | diff to current |
2008-10-29 |
Ariel Flesler | jquery core: closes #3541. Added isArray. |
blob | commitdiff | diff to current |
2008-08-13 |
Ariel Flesler | jquery ajax: closes #3249. Slight modification on seria... |
blob | commitdiff | diff to current |
2008-08-11 |
Ariel Flesler | jquery ajax: misc optimization for $.fn.load(). |
blob | commitdiff | diff to current |
2008-08-07 |
Ariel Flesler | jquery ajax: closes #3231. The ajax setting 'dataFilter... |
blob | commitdiff | diff to current |
2008-08-07 |
Ariel Flesler | jquery ajax: extends #3087. The xhr factory is now... |
blob | commitdiff | diff to current |
next |