aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
* Didn't get specific enough with the proxy guid, fixes #3787.John Resig2009-01-091-2/+15
* Made it so that you can bind a single function to multiple .live() selectors....John Resig2009-01-091-1/+26
* testrunner: refactored unbind's tests. Including one for #3538, passing since...Ariel Flesler2009-01-081-37/+66
* Disabled an extra event binding.John Resig2009-01-051-1/+3
* jquery event: closes #3772. The extra function on $.event.trigger isn't suppo...Ariel Flesler2009-01-021-38/+1
* jquery event: Ariel Flesler2008-12-311-31/+72
* Made sure that return false works in .live() along with the event object bein...John Resig2008-12-301-1/+15
* jquery event: jQuery.Event can be instantiated without the 'new' keyword.Ariel Flesler2008-12-291-2/+7
* jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ...Ariel Flesler2008-12-251-19/+33
* Added a new liveQuery/event delegation hybrid method: .live and .die. Easily ...John Resig2008-12-221-0/+66
* Made sure that the correct event.taget is being used in event bubbling.John Resig2008-12-221-4/+4
* Added support for bubbling triggered events.John Resig2008-12-221-1/+35
* Added support for multiple-namespaced events (in bind, trigger, and unbind).John Resig2008-12-191-0/+54
* 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