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