| Commit message (Expand) | Author | Age | Files | Lines |
* | Tagging the 1.2.1 release.1.2.1 | John Resig | 2007-09-17 | 1 | -1/+1 |
* | Added fix for bug #1567 - uppercase nodeName test in .add(). | John Resig | 2007-09-15 | 1 | -1/+1 |
* | Fixed animating to 0% (Bug #1586). | John Resig | 2007-09-15 | 1 | -2/+2 |
* | Forgot the 'var' statement, causing variables to leak. (Bug #1592) | John Resig | 2007-09-15 | 1 | -2/+2 |
* | Added .eq(Number) back in - I'm convinced that it's more useful than the .sli... | John Resig | 2007-09-15 | 2 | -1/+7 |
* | Added a fix for bug #1612, where :contains() was failing on XML documents, in... | John Resig | 2007-09-15 | 1 | -1/+1 |
* | Convert relative animations to use -= and += (instead of just - and +, which ... | John Resig | 2007-09-15 | 1 | -7/+4 |
* | etooled the jQuery constructor, makes it work better for embedding (Bug #1585... | John Resig | 2007-09-15 | 1 | -20/+19 |
* | Fixed an issue with the suite expecting a different result for the changed tr... | John Resig | 2007-09-15 | 1 | -3/+3 |
* | Fixed bug #1594, #1565, #1598 - all of which were concerning the improper exe... | John Resig | 2007-09-15 | 2 | -10/+29 |
* | Added a fix for bug #1580, where the query string was appended to the POST da... | John Resig | 2007-09-15 | 2 | -13/+20 |
* | Bug #1584, ajaxStop/complete calls weren't called for JSONP requests. | John Resig | 2007-09-15 | 1 | -0/+1 |
* | Fix for bug #1600 - multiple selects were being serialized incorrectly. | John Resig | 2007-09-15 | 2 | -5/+5 |
* | Make sure that the right event type is always triggered (was causing problems... | John Resig | 2007-09-14 | 1 | -0/+3 |
* | Fixed some bugs in how .queue() works (it wasn't handling the argument order ... | John Resig | 2007-09-14 | 1 | -2/+2 |
* | fix clone(true) for IE | Brandon Aaron | 2007-09-13 | 1 | -4/+10 |
* | clean ant task shouldn't delete the new test folder | Brandon Aaron | 2007-09-13 | 1 | -10/+10 |
* | Absolutely position animations, damn my twichy fingers for commiting too soon. | Sean Catchpole | 2007-09-12 | 1 | -1/+4 |
* | Animate should absolutely position if a number is passed (Ex: -700) | Sean Catchpole | 2007-09-12 | 1 | -1/+1 |
* | Updated test.js for the runtest build target to reflect the path changes for ... | Paul Mclanahan | 2007-09-12 | 1 | -5/+5 |
* | safari2 should just check the browser and version | Brandon Aaron | 2007-09-11 | 1 | -5/+5 |
* | Include scroll offsets for everything but inline and table-row elements | Brandon Aaron | 2007-09-11 | 1 | -1/+1 |
* | Couple of fixes to the offset method | Brandon Aaron | 2007-09-11 | 1 | -2/+2 |
* | Fixed a bug that was occurring in the packed version of jQuery. | John Resig | 2007-09-10 | 1 | -19/+19 |
* | Tagging the 1.2 release.1.2 | John Resig | 2007-09-10 | 1 | -1/+1 |
* | Made the expando code attach properties to an anonymous object, as opposed to... | John Resig | 2007-09-10 | 1 | -2/+7 |
* | Fixed a bug in .dir() where it would return non-element nodes. | John Resig | 2007-09-10 | 1 | -1/+2 |
* | Fixed spelling mistake. | John Resig | 2007-09-09 | 1 | -1/+1 |
* | Added an extra check for removing a named cache property - calling it when it... | John Resig | 2007-09-09 | 1 | -8/+10 |
* | Landing a version of $(document)/$(window) .width()/.height(). It won't win a... | John Resig | 2007-09-09 | 1 | -4/+14 |
* | Added .prevAll() and .nextAll() functionality. | John Resig | 2007-09-09 | 2 | -4/+6 |
* | So, apparently, I never committed the second half of the new field value code... | John Resig | 2007-09-09 | 1 | -13/+42 |
* | Fixed some line ending issues. | John Resig | 2007-09-09 | 1 | -5/+8 |
* | Errors were occuring with getScript, if you called it too early. | John Resig | 2007-09-09 | 1 | -2/+3 |
* | Moved the fx queueing over to the new expando system. | John Resig | 2007-09-09 | 1 | -8/+5 |
* | .stop() wouldn't resume any queued animations. | John Resig | 2007-09-09 | 1 | -1/+1 |
* | Landing the new expando management code. Completely overhauls how data is ass... | John Resig | 2007-09-08 | 5 | -48/+109 |
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 3 | -1/+6 |
* | Landing the .clone() rewrite by Brandon (also includes the new event cloning ... | John Resig | 2007-09-08 | 1 | -33/+14 |
* | Disabled the automatic inclusion of offset.js | John Resig | 2007-09-08 | 2 | -3/+1 |
* | Removed the test suite generation code. | John Resig | 2007-09-08 | 1 | -14/+0 |
* | Added the new .offset() method, directly imported from Dimensions (heavily wo... | John Resig | 2007-09-08 | 3 | -2/+92 |
* | Added .hasClass() (Simply just passes through to .is()). | John Resig | 2007-09-08 | 1 | -0/+4 |
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 7 | -5/+7 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 29 | -16/+16 |
* | Added a new :animated selector - only selects elements that are currently bei... | John Resig | 2007-09-08 | 1 | -1/+4 |
* | Massive FX rewrite. Full list of changes: | John Resig | 2007-09-07 | 1 | -166/+218 |
* | Fix for bug #760 (fontSize returns different values in IE). This was part of ... | John Resig | 2007-09-07 | 1 | -0/+15 |
* | 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 |