| Commit message (Expand) | Author | Age | Files | Lines |
* | Generic jQuery.merge and safer jQuery.makeArray(nodeList). | Robert Katic | 2009-11-26 | 1 | -17/+23 |
* | Made jQuery.extend(true, ...) to extend recursively only 'object literal' val... | Robert Katic | 2009-11-12 | 1 | -13/+4 |
* | Made isObjectLiteral to work correctly with custom objects with empty prototy... | Robert Katic | 2009-11-12 | 1 | -2/+9 |
* | Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe ... | lrbabe | 2009-11-11 | 1 | -0/+4 |
* | Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin... | John Resig | 2009-11-11 | 1 | -1/+1 |
* | Removed the use of this.length++ as it makes it hard to use the init method d... | John Resig | 2009-11-11 | 1 | -2/+2 |
* | Renamed isObject to isObjectLiteral to be more specific. | John Resig | 2009-11-10 | 1 | -2/+2 |
* | Added comments to isObject. | rkatic | 2009-11-09 | 1 | -1/+12 |
* | Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438. | John Resig | 2009-11-07 | 1 | -13/+2 |
* | Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app... | John Resig | 2009-10-26 | 1 | -1/+1 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 1 | -19/+0 |
* | jquery core: removing the body optimization, as it is then handled by $("TAG"). | Ariel Flesler | 2009-09-14 | 1 | -5/+0 |
* | jquery core: commenting the new access function. | Ariel Flesler | 2009-09-11 | 1 | -0/+6 |
* | jquery core: Closes #5189. Added a generic function to handle getting/setting... | Ariel Flesler | 2009-09-09 | 1 | -0/+24 |
* | jquery core: fixes 5187. getElementsByTagName optimization was breaking $('di... | Ariel Flesler | 2009-09-09 | 1 | -0/+1 |
* | jquery core: closes #5186. getElementsByTagName optimization was breaking the... | Ariel Flesler | 2009-09-09 | 1 | -2/+2 |
* | Optimize jQuery() for the case $("TAG"). | John Resig | 2009-09-08 | 1 | -0/+4 |
* | Use the native Array indexOf method if it exists, for jQuery.inArray. | John Resig | 2009-09-08 | 1 | -1/+8 |
* | Split out the fragment-building code from domManip. Switched core.js to using... | John Resig | 2009-09-07 | 1 | -2/+17 |
* | Added an optimization for the case where $("body") is used. | John Resig | 2009-09-07 | 1 | -0/+5 |
* | Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handlin... | John Resig | 2009-08-27 | 1 | -1/+2 |
* | Tweaked the isXMLDoc iframe test case to test the document, not the body elem... | John Resig | 2009-08-27 | 1 | -1/+1 |
* | Moved exposing window.jQuery and window.$ to the end of the jQuery file (help... | John Resig | 2009-08-10 | 1 | -3/+0 |
* | 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 |
* | 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 |
* | Changed .get(-Number) to use .slice() instead of .toArray() (which doesn't ta... | John Resig | 2009-07-23 | 1 | -1/+1 |
* | Make sure that at least one argument is provided to .slice(), in accordance w... | John Resig | 2009-07-23 | 1 | -1/+3 |
* | Optimizing isXMLDoc. | John Resig | 2009-07-22 | 1 | -2/+1 |
* | 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 |
* | Standardizing on .test() and .exec() - moving away from using .match() for Re... | John Resig | 2009-07-19 | 1 | -1/+1 |
* | 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 jQuery.data a bit to reduce property lookups | Yehuda Katz | 2009-07-16 | 1 | -0/+6 |
* | jQuery.extend(true, Object, Object) copies custom objects correctly. | Yehuda Katz | 2009-07-16 | 1 | -3/+13 |
* | jQuery.extend(true, Object, Object) copies objects with length keys correctly | Yehuda Katz | 2009-07-16 | 1 | -1/+1 |
* | Add support for .get(-Number) Closes #4188 | Yehuda Katz | 2009-07-16 | 1 | -2/+2 |
* | Make toArray an alias for .get(). Closes #3999 | Yehuda Katz | 2009-07-16 | 1 | -1/+3 |
* | Scope 'document' locally (also useful for sandboxing). Patch from Andrea Giam... | John Resig | 2009-07-15 | 1 | -0/+3 |
* | Optimized jQuery(Element) to not call jQuery() twice. | John Resig | 2009-07-11 | 1 | -4/+7 |
* | jquery core: Closes #2827. jQuery.each iterates over functions | Ariel Flesler | 2009-06-20 | 1 | -3/+5 |
* | Did some light reordering of the jQuery definition. Moved window and undefine... | John Resig | 2009-05-20 | 1 | -15/+10 |
* | jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat... | Ariel Flesler | 2009-05-03 | 1 | -7/+1 |
* | index now works in reverse when passed a selector or undefined. fixes #3971 | Brandon Aaron | 2009-05-02 | 1 | -3/+9 |
* | Unified the formatting of core.js. === or !== are used wherever appropriate, ... | John Resig | 2009-03-31 | 1 | -99/+141 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -2/+2 |