| Commit message (Expand) | Author | Age | Files | Lines |
* | If the XHR object no longer exists assume that the request was aborted. | John Resig | 2009-08-26 | 1 | -1/+1 |
* | Moved exposing window.jQuery and window.$ to the end of the jQuery file (help... | John Resig | 2009-08-10 | 2 | -3/+3 |
* | Added support for .closest(filter, DOMElement). Fixes #4072. | John Resig | 2009-07-28 | 1 | -2/+2 |
* | Backing out commit #6507 - causes too many problems. | John Resig | 2009-07-28 | 1 | -3/+2 |
* | Fix some missing braces in core.js. | John Resig | 2009-07-27 | 1 | -2/+6 |
* | Added an improvement to quickExpr and some more tests for jQuery('html'). Fix... | John Resig | 2009-07-27 | 1 | -3/+3 |
* | Make sure payload is sent for PUT requests. (Thanks alx). Fixes #4971. | John Resig | 2009-07-27 | 1 | -1/+1 |
* | Shortened the isXMLDoc code, based upon recommendation from Andrea. | John Resig | 2009-07-27 | 1 | -2/+1 |
* | Added an extra documentElement check to isXMLDoc for IE - and added a number ... | John Resig | 2009-07-27 | 1 | -1/+4 |
* | Implemented support for .context limited .closest() calls. Fixes #4072. | John Resig | 2009-07-25 | 1 | -3/+4 |
* | Fix for animating hyphenated CSS properties. Fixes #4156. | John Resig | 2009-07-25 | 1 | -0/+8 |
* | Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson | Brandon Aaron | 2009-07-25 | 1 | -2/+1 |
* | revision 6494 accidentally reverted some changes to offset module | Brandon Aaron | 2009-07-25 | 1 | -33/+64 |
* | add scrollTop/Left tests and fix for IE | Brandon Aaron | 2009-07-24 | 1 | -76/+43 |
* | Changed .get(-Number) to use .slice() instead of .toArray() (which doesn't ta... | John Resig | 2009-07-23 | 1 | -1/+1 |
* | Fix for incorrect options being selected (noticed same problem with radio/che... | John Resig | 2009-07-23 | 1 | -4/+2 |
* | Make sure that at least one argument is provided to .slice(), in accordance w... | John Resig | 2009-07-23 | 3 | -6/+8 |
* | Optimizing isXMLDoc. | John Resig | 2009-07-22 | 1 | -2/+1 |
* | Support dynamically loaded copies of jQuery using document ready. Fixes #4889. | John Resig | 2009-07-22 | 1 | -0/+6 |
* | Make sure that the script is removed only if it's actually in the page still.... | John Resig | 2009-07-22 | 1 | -1/+3 |
* | Tweaked the detach addition in commit [6474]. | John Resig | 2009-07-21 | 1 | -5/+7 |
* | Adds detach() | Yehuda Katz | 2009-07-21 | 1 | -7/+10 |
* | Made some syntax tweaks to core.js. | John Resig | 2009-07-19 | 1 | -5/+12 |
* | Saved some references to native methods, instead of re-referencing them on ev... | John Resig | 2009-07-19 | 1 | -5/+7 |
* | Moved some RegExp in core.js, goes toward #4111. | John Resig | 2009-07-19 | 1 | -2/+8 |
* | Moved the RegExp in ajax.js out from inline, goes towards ticket #4111. | John Resig | 2009-07-19 | 1 | -12/+20 |
* | Made a number of syntax tweaks to ajax.js. | John Resig | 2009-07-19 | 1 | -71/+122 |
* | Did some cleaning up of ajax.js and fixed a bug from commit [6457]. | John Resig | 2009-07-19 | 1 | -5/+10 |
* | Fixed a typo with commit [6457]. | John Resig | 2009-07-19 | 1 | -1/+1 |
* | Removing extraneous closing ). Fix for [6463]. | John Resig | 2009-07-19 | 1 | -1/+1 |
* | Broke out some of the inline RegExp from css.js. Goes towards fixing #4111. | John Resig | 2009-07-19 | 1 | -12/+20 |
* | Fixed various formatting issues in css.js. | John Resig | 2009-07-19 | 1 | -23/+39 |
* | Move cases of .replace(re, Function) out from inline (to avoid being redeclar... | John Resig | 2009-07-19 | 2 | -13/+13 |
* | Fixed typo in commit #6461. | John Resig | 2009-07-19 | 1 | -2/+2 |
* | Made more formatting changes to manipulation.js. Also moved all inline RegExp... | John Resig | 2009-07-19 | 1 | -14/+27 |
* | Tweaked formatting of src/manipulation.js. | John Resig | 2009-07-19 | 1 | -28/+40 |
* | Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923. | John Resig | 2009-07-19 | 5 | -12/+12 |
* | Standardizing on .test() and .exec() - moving away from using .match() for Re... | John Resig | 2009-07-19 | 7 | -20/+20 |
* | Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix... | John Resig | 2009-07-19 | 1 | -5/+7 |
* | Made a number of stylistic changes to the offset code (braces, declarations, ... | John Resig | 2009-07-19 | 1 | -30/+61 |
* | Switching to use a better check for if the node is a document. | John Resig | 2009-07-18 | 1 | -1/+1 |
* | fix for #4906 | Brandon Aaron | 2009-07-17 | 1 | -14/+17 |
* | Add test for jQuery(jQueryObj) cloning and simplify new get() code | Yehuda Katz | 2009-07-17 | 1 | -3/+2 |
* | jQuery objects have a default length of 0. Simplifies $() some. | Yehuda Katz | 2009-07-17 | 1 | -13/+12 |
* | jquery core: Simplifying isEmptyObject() and adding tests. | Ariel Flesler | 2009-07-16 | 1 | -3/+3 |
* | Refactor queueing system to allow auto-dequeuing to use dequeue directly and | Yehuda Katz | 2009-07-16 | 1 | -16/+23 |
* | Refactor jQuery.data a bit to reduce property lookups | Yehuda Katz | 2009-07-16 | 2 | -23/+21 |
* | Implemented .data() to get the entire data object. Closes #4284 | Yehuda Katz | 2009-07-16 | 1 | -0/+4 |
* | Unify .not and .filter (resolves #4200). | Yehuda Katz | 2009-07-16 | 1 | -23/+26 |
* | jQuery.extend(true, Object, Object) copies custom objects correctly. | Yehuda Katz | 2009-07-16 | 1 | -3/+13 |