Make sure multiple bound events have their namespaces and data maintained. Fixes...
[jquery.git] / test / unit / event.js
2010-01-25 jeresigMake sure multiple bound events have their namespaces...
2010-01-25 jeresigMake sure that it's possible to preventDefault natively...
2010-01-23 jeresigMake sure that .die() with no args works. Fixes #5789.
2010-01-23 Irae BrasilAdded support for multiple live event handlers, live...
2010-01-23 Irae BrasilMake sure non-left-click events don't bubble. Fixes...
2010-01-11 jeresigRevert "Adding in backwards-compatiblity support for...
2010-01-06 jeresigAdding in backwards-compatiblity support for jQuery...
2009-12-31 jeresigRemove the .bind(name, fn, thisObject) and promote...
2009-12-21 Alexander FarkasUsed the patch from Alexander as the basis for a rewrit...
2009-12-09 John ResigFixed problems with removing live events. Fixes #4894.
2009-12-04 Justin MeyerAdding in support for bubbling submit and change events...
2009-11-30 jeresigSimplified a selector in the .live() tests.
2009-11-30 jeresigTweaked the live test to be a bit simpler.
2009-11-25 Robert KaticCorrected RegExp to match event namespaces. Fixes ...
2009-11-11 Mr SpeakerMaking sure that you can bind multiple toggles to a...
2009-09-16 Yehuda KatzProbably not the optimal solution, but tests pass.
2009-09-16 Ariel Fleslerjquery event: closes #5250. bind(), unbind() and one...
2009-09-15 Ariel Fleslertestrunner: focus & blur events could fail if the windo...
2009-09-14 Ariel Fleslertestrunner: resetting the scroll position after focusin...
2009-09-14 Ariel Fleslerjquery event: fixes #4989. blur and focus events now...
2009-06-17 Brandon Aaronfix for #3533, triggering an event with a colon in...
2009-05-07 Brandon Aaron.bind() now accepts an optional thisObject as the last...
2009-05-06 Brandon Aaronfix for #4234. hover can take one function to use for...
2009-05-04 Brandon Aaronunit tests for using jQuery events on non-dom elements...
2009-04-30 Brandon Aaronlive event handlers now receive data from trigger,...
2009-04-30 Brandon Aaronrefactor specialAll into add and remove hooks for exist...
2009-04-29 Brandon Aaronenable test for binding events cross-frame that was...
2009-04-29 Brandon Aaron.unbind() without any arguments now also unbinds namesp...
2009-03-20 Brandon Aaronfix for #4189, live/die now work with contexts other...
2009-02-23 Ariel Fleslerjquery event: Fixing event.currentTarget for live().
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.