Changed the currentTarget test - no need to test the native event triggering for...
[jquery.git] / test / unit / event.js
2009-02-17 John ResigChanged the currentTarget test - no need to test the...
2009-02-17 Ariel Fleslertestrunner: Misc
2009-02-17 Ariel Fleslerjquery event: closes #4033. e.currentTarget wasn't...
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-01-20 John ResigFocused support of .live(). stopPropagation and stopImm...
2009-01-10 John ResigLanded a fix for when a DOM element gets accidentally...
2009-01-09 John ResigDidn't get specific enough with the proxy guid, fixes...
2009-01-09 John ResigMade it so that you can bind a single function to multi...
2009-01-08 Ariel Fleslertestrunner: refactored unbind's tests. Including one...
2009-01-05 John ResigDisabled an extra event binding.
2009-01-02 Ariel Fleslerjquery event: closes #3772. The extra function on ...
2008-12-31 Ariel Fleslerjquery event:
2008-12-30 John ResigMade sure that return false works in .live() along...
2008-12-29 Ariel Fleslerjquery event: jQuery.Event can be instantiated without...
2008-12-25 Ariel Fleslerjquery event: Closes #3662. Adds a jQuery.Event class...
2008-12-22 John ResigAdded a new liveQuery/event delegation hybrid method...
2008-12-22 John ResigMade sure that the correct event.taget is being used...
2008-12-22 John ResigAdded support for bubbling triggered events.
2008-12-19 John ResigAdded support for multiple-namespaced events (in bind...
2008-10-24 Jörn Zaefferercore: tests cleanup for compability with qunit updates...
2008-10-21 Ariel Fleslertest runner: Commented 2 tests that jam the suite.
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-08 Ariel Fleslertest runner: extra test case, [5501]
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2008-04-29 Ariel Fleslertest runner: adding a test case for $.fn._toggle with...
2008-04-22 Jörn Zaeffererjquery.event: Patch for #2708
2008-04-21 Brandon AaronTrigger onclick handlers of links
2008-02-03 John ResigAdded support for .unbind(".test") to unbind all namesp...
2008-01-14 Jörn Zaeffererfix for #2114; refactored tests for bind() to highlight...
2007-12-20 John ResigFixed #2027 - make sure that cloned elements (within...
2007-12-20 David SerdukeFixed a problem in the unit tests for IE where an optim...
2007-12-17 Jörn ZaeffererTest for #2069
2007-12-15 Brandon Aaronnew special events api, ready is now a first class...
2007-12-08 Brandon AaronFix for #1486. Prevent IE from throwing an error when...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-03 David SerdukeFixed [1993] although it actually wasn't a bug in the...
2007-11-28 David SerdukeFixed #1701 by passing through the arguments as suggested.
2007-09-15 John ResigFixed an issue with the suite expecting a different...
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigFinished up some of the reorganization.