| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a bug in event - "native" is a reserved word in Safari 2. | John Resig | 2007-09-07 | 1 | -2/+2 |
* | Forgot to update the $.param() tests. | John Resig | 2007-09-05 | 1 | -5/+5 |
* | Re-disabled the Ajax tests in Safari. | John Resig | 2007-09-05 | 1 | -2/+2 |
* | Integration of Mike Alsup's excellent form serialization code. The benefits a... | John Resig | 2007-09-05 | 6 | -38/+97 |
* | Added support for the new .andSelf() method. This method combines the previou... | John Resig | 2007-09-04 | 2 | -2/+14 |
* | Fix for bug #1549, where the DOM conversion of <code/> and similar elements w... | John Resig | 2007-09-04 | 2 | -1/+13 |
* | Made it so that you can't change the type of an input element, having it thro... | John Resig | 2007-09-04 | 2 | -2/+30 |
* | Removed all deprecated functionality for jQuery 1.2. A full list of what was ... | John Resig | 2007-09-04 | 6 | -180/+85 |
* | Removed all inline documentation. The current version of all documentation is... | John Resig | 2007-09-04 | 5 | -2848/+10 |
* | Added a new .stop() method which stops all animations running on the matched ... | John Resig | 2007-09-04 | 2 | -2/+39 |
* | Re-disabled the ajax tests in Safari 3. | John Resig | 2007-09-03 | 1 | -2/+2 |
* | Added support for: | John Resig | 2007-09-03 | 2 | -159/+408 |
* | Added namespaced events to bind, unbind, and trigger. This allows you to deal... | John Resig | 2007-09-03 | 2 | -10/+52 |
* | Reverted the change that I made in #1320. | John Resig | 2007-09-02 | 1 | -1/+1 |
* | Added support for a new :header psuedo-selector (only selects H1-H6 elements). | John Resig | 2007-08-31 | 2 | -2/+7 |
* | Added support for .wrapInner() and .wrapAll() - and re-wrote .wrap() to use .... | John Resig | 2007-08-31 | 2 | -25/+60 |
* | Added support for .contents(). Returns ALL child nodes for an element - excep... | John Resig | 2007-08-31 | 2 | -1/+9 |
* | Added $(...).map() functionality. (Also closes #1250, imo) | John Resig | 2007-08-31 | 2 | -0/+26 |
* | Made it so that you can pass in an event object to the trigger data args and ... | John Resig | 2007-08-30 | 2 | -8/+33 |
* | Added a new extra fn arg to trigger (so you don't have to simulate the trigge... | John Resig | 2007-08-30 | 2 | -9/+46 |
* | Made jQuery's internal trigger method return the value from handle. (Bug #1417) | John Resig | 2007-08-28 | 1 | -0/+5 |
* | Made it so that the last return value is always returned from handle() (unles... | John Resig | 2007-08-28 | 1 | -2/+6 |
* | Fixed the issue where $("body").find("div#foo") would ignore the specified ta... | John Resig | 2007-08-27 | 2 | -2/+4 |
* | Added new replaceWith() (replace all matched elements with the specified HTML... | John Resig | 2007-08-25 | 2 | -1/+54 |
* | Added a test case for "purple include", fixed a bug. | John Resig | 2007-08-25 | 2 | -2/+13 |
* | New feature: You can now inject portions of a document via .load(), as oppose... | John Resig | 2007-08-25 | 1 | -1/+17 |
* | Landing animation of scrollLeft/scrollTop (also works on random DOM object pr... | John Resig | 2007-08-25 | 1 | -11/+7 |
* | Marked all the appropriate methods as being deprecated for the 1.1.4 release ... | John Resig | 2007-08-24 | 3 | -0/+11 |
* | Brought back a husk method to represent evalScripts. I didn't realize so many... | John Resig | 2007-08-24 | 1 | -1/+6 |
* | Tweaked the Ajax test suite for Safari. | John Resig | 2007-08-22 | 1 | -5/+10 |
* | Only bind .ready() once per instance of jQuery - and only bind if the ready()... | John Resig | 2007-08-22 | 2 | -3/+12 |
* | Fixed bug with the packed version of jQuery. | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Fixed the case where global events weren't being triggered on window and docu... | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Fixed use of eval() and new Function() to work within the correct scope (and ... | John Resig | 2007-08-22 | 2 | -3/+3 |
* | Made 'jQuery' unrollable via .noConflict(true) and instances of new Function(... | John Resig | 2007-08-22 | 1 | -6/+12 |
* | Added fix for undefined property in animation, in IE (Bug #1518) | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Using some of the ideas presented by rformato, I've significantly sped up $("... | John Resig | 2007-08-21 | 1 | -11/+30 |
* | Added the new :has() selector (Bug #1521) | John Resig | 2007-08-21 | 2 | -2/+6 |
* | You can now assign jQuery to random namespaces - very cool. (Bug #1393) | John Resig | 2007-08-21 | 2 | -2/+2 |
* | Fix for a selector speed regression (calling a simple selector many times res... | John Resig | 2007-08-21 | 5 | -39/+40 |
* | Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo... | John Resig | 2007-08-21 | 2 | -2/+2 |
* | Make deep .extend() an optional argument - it will go deep if you pass in an ... | John Resig | 2007-08-21 | 3 | -5/+11 |
* | Fixed two cases where []. was used instead of Array.prototype. (Bug #1427) | John Resig | 2007-08-20 | 2 | -2/+2 |
* | Just pushed in my changes for making jQuery.each on objects faster, sample re... | John Resig | 2007-08-20 | 1 | -9/+15 |
* | Just pushed some major speed improvements through for $.each() - we're now se... | John Resig | 2007-08-20 | 1 | -2/+8 |
* | Make jQuery work without warnings in strict mode, in Firefox. | John Resig | 2007-08-20 | 2 | -2/+5 |
* | Implemented the new .slice() method (bug #1517). | John Resig | 2007-08-20 | 2 | -0/+12 |
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. I... | John Resig | 2007-08-19 | 6 | -246/+322 |
* | Added a fix for IE returning comment nodes in * queries. I put the logic in $... | John Resig | 2007-08-19 | 2 | -3/+17 |
* | Applied arrix's fix for getting style values on elements that aren't in the D... | John Resig | 2007-08-19 | 1 | -1/+1 |