| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 1 | -851/+5 |
* | fix for #4074, pass context to jQuery.clean for jQuery.clone | Brandon Aaron | 2009-03-18 | 1 | -3/+3 |
* | fix for #3688, setting type attribute on button causes IE to throw error | Brandon Aaron | 2009-03-17 | 1 | -1/+1 |
* | using parseFloat for offset and position methods and removed num helper method | Brandon Aaron | 2009-03-17 | 1 | -5/+0 |
* | Backed out commit [6260], was causing too many problems. We'll have to bite t... | John Resig | 2009-03-17 | 1 | -3/+8 |
* | jquery core: Fixed a typo in a comment, closes #4294. | Ariel Flesler | 2009-03-05 | 1 | -1/+1 |
* | Simplified the structure of the .css() and .attr() methods (reducing the numb... | John Resig | 2009-02-28 | 1 | -27/+29 |
* | Removed the need for the results set to have array methods. Resolves jQuery b... | John Resig | 2009-02-25 | 1 | -8/+3 |
* | Made some changes to how .find() works, inlined the duplicate check - should ... | John Resig | 2009-02-25 | 1 | -10/+18 |
* | Simplified the isXML function, no need to use recursion. | John Resig | 2009-02-25 | 1 | -3/+6 |
* | Cut down on some more function calls for jQuery(...). Everything points back ... | John Resig | 2009-02-25 | 1 | -21/+18 |
* | Reduced the number of function calls required for .find() (single element roo... | John Resig | 2009-02-25 | 1 | -9/+27 |
* | Overhauled the .remove() and .empty() methods to be much more efficient. Fixe... | John Resig | 2009-02-23 | 1 | -8/+21 |
* | Made sure that .remove now uses multiFilter. Fixes bug #4205. | John Resig | 2009-02-20 | 1 | -1/+1 |
* | Made it so that appendTo, etc. return the inserted elements (thus using pushS... | John Resig | 2009-02-18 | 1 | -10/+13 |
* | A speedup for .remove() (which also speeds up .html()). Fixes #4178. | John Resig | 2009-02-18 | 1 | -1/+1 |
* | Added some extra methods for making result set merging easier. | John Resig | 2009-02-15 | 1 | -1/+3 |
* | Added support for sorting in Safari - when querySelectorAll isn't able to be ... | John Resig | 2009-02-14 | 1 | -2/+4 |
* | Duplication checks are now handled directly in Sizzle, no need to do extra wo... | John Resig | 2009-02-14 | 1 | -7/+3 |
* | Added some significant speed-ups to height/width checks, thanks to some code ... | John Resig | 2009-02-13 | 1 | -7/+13 |
* | Fixed bubbling of live events (if an inner element handles an event first - a... | John Resig | 2009-02-09 | 1 | -2/+6 |
* | Optimized the clean() code to no longer use .trim() (speeds up working agains... | John Resig | 2009-02-09 | 1 | -4/+5 |
* | Removed use of .trim() in globalEval, fixes #4036. | John Resig | 2009-02-09 | 1 | -3/+1 |
* | Reworked the .clone() function in IE. Fixes jQuery bugs #3500 (jQuery expando... | John Resig | 2009-02-09 | 1 | -20/+24 |
* | Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847. | John Resig | 2009-01-20 | 1 | -1/+1 |
* | Re-worked the logic for where .selector and .context are added for ID selecto... | John Resig | 2009-01-20 | 1 | -14/+10 |
* | Brought the logic for handling isXMLDoc over from Sizzle. | John Resig | 2009-01-19 | 1 | -2/+2 |
* | Landing a fix for non-link anchor tabIndex (from scott.gonzalez). Fixes ticke... | John Resig | 2009-01-19 | 1 | -2/+4 |
* | Only try to wrap the element if it's not disconnected, fixed #3828. | John Resig | 2009-01-12 | 1 | -13/+15 |
* | Fixed an issue with parentNode being accessed in attr() on disconnected DOM e... | John Resig | 2009-01-12 | 1 | -1/+1 |
* | Made a note about the push method. | John Resig | 2009-01-12 | 1 | -0/+2 |
* | Made the case specific of the type attribute. | John Resig | 2009-01-11 | 1 | -1/+1 |
* | Prevented non-script <script> blocks from executing, fixing #3733. | John Resig | 2009-01-11 | 1 | -1/+1 |
* | Fixed boxModel support - is now computed with feature detection, rather than ... | John Resig | 2009-01-11 | 1 | -3/+0 |
* | .closest() with positional selectors wasn't worked as expected. | John Resig | 2009-01-10 | 1 | -1/+3 |
* | Fixed an issue with script nodes being removed incorrectly, fixes #3737. | John Resig | 2009-01-10 | 1 | -1/+1 |
* | Selector state wasn't being passed along on a cloned jQuery object. | John Resig | 2009-01-08 | 1 | -0/+6 |
* | Fixed tabindex normalization so that elements that natively support tabbing, ... | Scott González | 2009-01-07 | 1 | -4/+8 |
* | Landed a number of improvements to the selector engine. Results are auto-merg... | John Resig | 2009-01-07 | 1 | -2/+7 |
* | Made the .unqiue() within .find() optional (speeds up calls). | John Resig | 2009-01-06 | 1 | -6/+10 |
* | Switched back to the old style of running embedded scripts (users who have du... | John Resig | 2009-01-05 | 1 | -16/+5 |
* | Make sure that if no ownerDocument is available that we fall back to the node... | John Resig | 2009-01-05 | 1 | -3/+3 |
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 1 | -0/+7 |
* | Moved the copyright to the intro file, added a ! so that it passes through YU... | John Resig | 2009-01-04 | 1 | -11/+0 |
* | jquery core: Misc file size optimizations. | Ariel Flesler | 2009-01-04 | 1 | -21/+19 |
* | jquery core: Allowing whitespaces within the [6026] addition. | Ariel Flesler | 2009-01-04 | 1 | -1/+1 |
* | Moved from the old JSMin to using YUIMin for compressing the jQuery source. A... | John Resig | 2009-01-04 | 1 | -0/+3 |
* | Landed a proper fix for #3255 - which involves doing createElement instead of... | John Resig | 2009-01-03 | 1 | -6/+8 |