aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
...
* core: tests cleanup for compability with qunit updates: stop() now actually a...Jörn Zaefferer2008-10-241-1/+1
* test runner: Commented 2 tests that jam the suite.Ariel Flesler2008-10-211-1/+2
* test runner: the changes are:Ariel Flesler2008-05-281-49/+49
* test runner: extra test case, [5501]Ariel Flesler2008-05-081-3/+7
* test runner: translated all the ok() with '==' to equals(), as it gives more ...Ariel Flesler2008-05-061-18/+18
* test runner: adding a test case for $.fn._toggle with more than 2 functions.Ariel Flesler2008-04-291-2/+32
* jquery.event: Patch for #2708Jörn Zaefferer2008-04-221-1/+9
* Trigger onclick handlers of linksBrandon Aaron2008-04-211-1/+8
* Added support for .unbind(".test") to unbind all namespaced events on an elem...John Resig2008-02-031-0/+10
* fix for #2114; refactored tests for bind() to highlight failing select-change...Jörn Zaefferer2008-01-141-16/+26
* Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the...John Resig2007-12-201-1/+6
* Fixed a problem in the unit tests for IE where an optimization made the test ...David Serduke2007-12-201-1/+2
* Test for #2069Jörn Zaefferer2007-12-171-0/+8
* new special events api, ready is now a first class event that you can use bin...Brandon Aaron2007-12-151-3/+28
* Fix for #1486. Prevent IE from throwing an error when triggering focus on hid...Brandon Aaron2007-12-081-1/+11
* Fixed #1039 and #1733 by going through the core API and making them text node...David Serduke2007-12-071-1/+6
* Fixed [1993] although it actually wasn't a bug in the core but rather a misun...David Serduke2007-12-031-19/+46
* Fixed #1701 by passing through the arguments as suggested.David Serduke2007-11-281-2/+6
* Fixed an issue with the suite expecting a different result for the changed tr...John Resig2007-09-151-3/+3
* Landing the new expando management code. Completely overhauls how data is ass...John Resig2007-09-081-4/+4
* Finished up some of the reorganization.John Resig2007-09-081-0/+194