Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was causing...
[jquery.git] / test / unit / event.js
2011-01-21 jeresigRevert "Make sure that focusin/focusout bubbles in...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-17 jeresigMerging pull request 183 for #7793.
2011-01-15 Dave MethvinUpdate test case to feature-detect Opera's lack of...
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2011-01-09 Colin SnoverChange the way jQuery.data works so that there is no...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-27 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-27 Dave MethvinTest for standard createEvent before IE-specific click...
2010-12-24 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-11-21 Anton MMake sure custom events named "submit" can be bound...
2010-10-25 dmethvinHonor stopImmediatePropagation for live/delegate event...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-15 jeresigFix the number of change tests and remove textarea...
2010-10-15 jeresigUse prepend for the focuin test (to avoid making the...
2010-10-13 Justin MeyerMake sure that focusin/focusout bubbles in non-IE browsers.
2010-10-13 John ResigMerge branch 'bug7150' of github.com/csnover/jquery
2010-10-13 John ResigFix some gaps in the handling of event data properties...
2010-10-12 Colin SnoverFix patch for #7150, which was not deleting the events...
2010-10-12 Colin SnoverUse a key name less likely to result in collisions...
2010-10-11 John ResigHandle some edge cases with binding events to the windo...
2010-10-11 John ResigAdd some resize event tests.
2010-09-29 Dave ReedUsing data() on JavaScript objects sets fields directly...
2010-09-29 John ResigFix number of expected select tests from commit 879799f...
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-09-23 Robert KaticEnsure that selector is not broken.
2010-09-23 Robert KaticCorrecting some imperfections in test added in previous...
2010-09-23 Robert KaticAdded support for map of events in live, die, delegate...
2010-06-20 jeresigUse custom events for testing unbind instead of the...
2010-03-24 jeresigUse custom events for testing unbind instead of the...
2010-03-09 jeresigRewrote the live/delegate submit tests to be more generic.
2010-03-09 jeresigMake sure that special remove and teardown events get...
2010-03-02 jeresigAdded in Ben Alman's proposed event.namespace property...
2010-03-02 jeresigWe no longer support globally-triggered events on plain...
2010-02-27 jeresigAdding in .bind(name, false), .unbind(name, false)...
2010-02-27 jeresigMake it so that you can pass in event data to .click...
2010-02-26 jeresigMake sure that unbinding on a plain javascript object...
2010-02-26 jeresigMake sure that live events bubble unless explicitly...
2010-02-13 jeresigMake sure that elements that have been removed also...
2010-02-13 jeresigMake sure that live focus and blur events also bind...
2010-02-11 John ResigMake sure that the teardown is called after all the...
2010-02-05 jeresigRewrote the live event handling to use the new event...
2010-02-04 jeresigAdded some more tests for checking the execution order...
2010-02-04 Justin MeyerForgot to land Justin's tests for the event fixes.
2010-02-04 jeresigA large refactor of the event handling logic. Data...
2010-02-01 jeresigAdd .delegate() and .undelegate(). An alternative to...
2010-01-28 jeresigProvide a way to simulate default browser actions....
2010-01-25 jeresigMake sure that special.add actually copies over event...
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:
next