| Commit message (Expand) | Author | Age | Files | Lines |
* | Messed around with API document: Improved layout, removed animation, added <C... | Jörn Zaefferer | 2007-01-02 | 4 | -10/+9 |
* | Improved docs for append, prepend, before and after, merging the three pairs ... | Jörn Zaefferer | 2007-01-02 | 3 | -104/+57 |
* | It's now possible to trigger default events like .click(), .submit(), .focus(... | John Resig | 2007-01-02 | 1 | -5/+9 |
* | Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent(). | John Resig | 2007-01-02 | 1 | -39/+26 |
* | Completely removed pushStack - and all code related to .find(..., fn). The st... | John Resig | 2007-01-02 | 1 | -68/+44 |
* | Fixed types for String|Number and added some more @see tags | Jörn Zaefferer | 2007-01-02 | 1 | -7/+19 |
* | Improved docs for FX module, merging method descriptions and marking optional... | Jörn Zaefferer | 2007-01-02 | 2 | -121/+41 |
* | added evalScripts test | Mike Alsup | 2007-01-02 | 1 | -0/+14 |
* | remove test that belonged in ajaxTest.js | Mike Alsup | 2007-01-02 | 1 | -13/+0 |
* | (no commit message) | Stefan Petre | 2007-01-02 | 1 | -566/+566 |
* | update target of evalScripts test | Mike Alsup | 2007-01-01 | 1 | -1/+1 |
* | Add test to show evalScripts/find problem. | Mike Alsup | 2007-01-01 | 1 | -0/+14 |
* | Add new test file | Mike Alsup | 2007-01-01 | 1 | -0/+12 |
* | Added note for IE's behaviour of stripping script tags when there are no chra... | Jörn Zaefferer | 2007-01-01 | 1 | -0/+1 |
* | Added test and documentation for filter(Function) | Jörn Zaefferer | 2007-01-01 | 2 | -2/+24 |
* | typo, a bit formatting | Jörn Zaefferer | 2007-01-01 | 1 | -534/+534 |
* | Fix for #504 | Brandon Aaron | 2006-12-31 | 1 | -5/+15 |
* | Moved all the expressions tests over into selector area, out of the main suite. | John Resig | 2006-12-31 | 3 | -139/+141 |
* | Modified tests to show #746 | Jörn Zaefferer | 2006-12-31 | 3 | -2/+16 |
* | Improved Mikes hack to ease testing against IE cache | Jörn Zaefferer | 2006-12-31 | 3 | -31/+48 |
* | Moved the bulk of the selector code out into a separate file, changed the bui... | John Resig | 2006-12-31 | 4 | -488/+491 |
* | Moved all the relevant event-related code into the event module. | John Resig | 2006-12-31 | 2 | -304/+313 |
* | add time to test.html request url using new Date().getTime() | Mike Alsup | 2006-12-31 | 1 | -2/+2 |
* | Fixed event.handle to return undefined or false | Jörn Zaefferer | 2006-12-31 | 1 | -1/+2 |
* | Fix for #745 | Jörn Zaefferer | 2006-12-30 | 1 | -2/+2 |
* | Removed documentation for oneXXX and unXXX methods (not yet implementation), ... | Jörn Zaefferer | 2006-12-30 | 2 | -840/+35 |
* | Fixed missing semicolon | Jörn Zaefferer | 2006-12-30 | 1 | -1/+1 |
* | Added support for adding multiple classes simultaneously, fixed a bug with re... | John Resig | 2006-12-29 | 1 | -29/+28 |
* | Improved docs for removeClass (optional parameter, removes all classes if not... | Jörn Zaefferer | 2006-12-29 | 1 | -3/+7 |
* | Added in some changes to class handling and some docs for jQuery.nth(). | John Resig | 2006-12-29 | 1 | -22/+27 |
* | Fix for #534 | Jörn Zaefferer | 2006-12-29 | 2 | -1/+6 |
* | Implemented, tested and documented #202 | Jörn Zaefferer | 2006-12-28 | 3 | -17/+65 |
* | Fix for #689 | Jörn Zaefferer | 2006-12-24 | 1 | -6/+8 |
* | Fixed minor bug in jQuery.parse[1] expression. | John Resig | 2006-12-23 | 1 | -1/+1 |
* | Removed .ancestors(), fixed the docs for .parent()/.parents(). | John Resig | 2006-12-23 | 1 | -30/+2 |
* | Added in some of the recent changes. | John Resig | 2006-12-23 | 1 | -3/+6 |
* | Added in #690, the ability to remove an event handler from inside itself. | John Resig | 2006-12-23 | 2 | -1/+20 |
* | Added Yehuda's selector engine improvements (it's now trivial to add in your ... | John Resig | 2006-12-23 | 2 | -8/+12 |
* | Lost a selected check. | John Resig | 2006-12-23 | 1 | -1/+2 |
* | Added back in some of Joern's new .html() docs, and made .text(String) (a lot... | John Resig | 2006-12-23 | 1 | -0/+22 |
* | Added back in Joern's changes - oops! Let me know if I missed any. | John Resig | 2006-12-23 | 1 | -15/+15 |
* | Made significant changes to the expression engine. Is now significantly faste... | John Resig | 2006-12-23 | 2 | -3130/+3270 |
* | Documentation for $.ajaxSetup | Jörn Zaefferer | 2006-12-22 | 2 | -6/+25 |
* | Implemented global ajax settings - no documentation yet | Jörn Zaefferer | 2006-12-22 | 3 | -26/+38 |
* | Fixed event fixing (Opera provides event.srcElement, only create pageX if cli... | Jörn Zaefferer | 2006-12-22 | 2 | -10/+6 |
* | Fixed typo | Jörn Zaefferer | 2006-12-21 | 1 | -1/+1 |
* | A few corrections to the testsuite to imrove the failure testing | Jörn Zaefferer | 2006-12-21 | 3 | -16/+25 |
* | Added note to load() to avoid using it to load scripts (#456) | Jörn Zaefferer | 2006-12-21 | 1 | -0/+2 |
* | Implemented a better error handling for ajax requests. Exceptions caused by d... | Jörn Zaefferer | 2006-12-21 | 4 | -53/+63 |
* | Added test for sync requests with callbacks (#534) | Jörn Zaefferer | 2006-12-21 | 1 | -0/+6 |