| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -194/+0 |
* | Integration of Mike Alsup's excellent form serialization code. The benefits a... | John Resig | 2007-09-05 | 1 | -1/+1 |
* | Added namespaced events to bind, unbind, and trigger. This allows you to deal... | John Resig | 2007-09-03 | 1 | -1/+23 |
* | Made it so that you can pass in an event object to the trigger data args and ... | John Resig | 2007-08-30 | 1 | -6/+24 |
* | Added a new extra fn arg to trigger (so you don't have to simulate the trigge... | John Resig | 2007-08-30 | 1 | -5/+33 |
* | trigger DOM0 event handlers when doing a trigger (#1363) | Brandon Aaron | 2007-07-21 | 1 | -1/+8 |
* | broken test in IE | Brandon Aaron | 2007-07-20 | 1 | -13/+11 |
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 1 | -10/+5 |
* | unbind handlers with data + test (#935) | Brandon Aaron | 2007-04-24 | 1 | -4/+8 |
* | Don't pass handler function as data for events + test (#1140) | Brandon Aaron | 2007-04-24 | 1 | -5/+10 |
* | Adding back modified test for #939 | Brandon Aaron | 2007-04-22 | 1 | -2/+20 |
* | Use DOM 2 event handlers, do not trigger click on a tags and event.data no lo... | Brandon Aaron | 2007-04-22 | 1 | -36/+12 |
* | Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n... | John Resig | 2007-03-25 | 1 | -66/+75 |
* | Added test for #815 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+7 |
* | Added test for #935 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+11 |
* | Added test for #939 | Jörn Zaefferer | 2007-03-25 | 1 | -1/+13 |
* | Added a not-yet-failing testcase for #1054 | Jörn Zaefferer | 2007-03-25 | 1 | -3/+4 |
* | Added a not-yet-failing testcase for #1054 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+14 |
* | Cleaned up how event removing was handled. All expandos are now removed when ... | John Resig | 2007-03-01 | 1 | -2/+9 |
* | Fix for #964 | Brandon Aaron | 2007-02-25 | 1 | -1/+5 |
* | Fixed toggle() test to exclude konquerer | Jörn Zaefferer | 2007-02-05 | 1 | -2/+2 |
* | Exclude Opera from toggle test, too (#863) | Jörn Zaefferer | 2007-01-23 | 1 | -2/+2 |
* | Removed another log statement; fixed add(Array) for IE (IE reports form.eleme... | Jörn Zaefferer | 2007-01-23 | 1 | -1/+1 |
* | Modified toggle() test to stop IE from browsing to another site, problem not ... | Jörn Zaefferer | 2007-01-23 | 1 | -3/+7 |
* | Implemented, tested and documented #202 | Jörn Zaefferer | 2006-12-28 | 1 | -0/+43 |
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 1 | -0/+11 |