| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for #1153 | Brandon Aaron | 2007-09-27 | 1 | -2/+2 |
* | Converted jQuery to use the new DOM Ready technique (by checking scroll). A s... | John Resig | 2007-09-27 | 1 | -37/+12 |
* | offset: fixes for correct body offsets in safari and mozilla (thanks Wizzud) | Brandon Aaron | 2007-09-26 | 1 | -26/+15 |
* | Completely overhauled the syntax of core - re-worked variable names, formatti... | John Resig | 2007-09-23 | 1 | -423/+575 |
* | offset: added fixed position support and fixed opera issue with borders on ab... | Brandon Aaron | 2007-09-21 | 1 | -8/+31 |
* | offset: do not add borders for table cells | Brandon Aaron | 2007-09-18 | 1 | -1/+1 |
* | Fixed #1474, setting selectedIndex | Brandon Aaron | 2007-09-18 | 1 | -1/+2 |
* | Use document.compatMode for quirks test in width/height method | Brandon Aaron | 2007-09-18 | 1 | -1/+1 |
* | Fix width/height to work properly on window/document | Brandon Aaron | 2007-09-17 | 1 | -2/+13 |
* | remove box global var from offset | Brandon Aaron | 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 | 1 | -0/+4 |
* | 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 bug #1594, #1565, #1598 - all of which were concerning the improper exe... | John Resig | 2007-09-15 | 1 | -7/+21 |
* | Added a fix for bug #1580, where the query string was appended to the POST da... | John Resig | 2007-09-15 | 1 | -12/+12 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 3 | -43/+104 |
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 1 | -0/+3 |
* | Landing the .clone() rewrite by Brandon (also includes the new event cloning ... | John Resig | 2007-09-08 | 1 | -33/+14 |
* | Added the new .offset() method, directly imported from Dimensions (heavily wo... | John Resig | 2007-09-08 | 1 | -0/+88 |
* | 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 | 1 | -0/+0 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 10 | -2409/+0 |
* | 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 |