aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was...jeresig2011-01-211-20/+0
* | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-13/+48
|\ \
| * | Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-4/+37
| * | Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-9/+11
| |/
* | Merging pull request 183 for #7793.jeresig2011-01-171-4/+12
|\ \ | |/ |/|
| * Update test case to feature-detect Opera's lack of defaultPrevented and skip ...Dave Methvin2011-01-151-1/+8
| * Test for standard createEvent before IE-specific click method.Dave Methvin2010-12-271-7/+4
| * When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-231-0/+38
* | Clean trailing whitespace from all files.Colin Snover2010-12-301-129/+129
* | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-271-0/+35
|/
* Make sure custom events named "submit" can be bound to non DOM elements in IE...Anton M2010-11-211-3/+10
* Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.dmethvin2010-10-251-0/+30
* Fixes #7229 and #5803rwldrn2010-10-241-0/+20
* Fix the number of change tests and remove textarea tests.jeresig2010-10-141-32/+6
* Use prepend for the focuin test (to avoid making the test suite jump).jeresig2010-10-141-9/+15
* Make sure that focusin/focusout bubbles in non-IE browsers.Justin Meyer2010-10-131-1/+15
* Merge branch 'bug7150' of http://github.com/csnover/jqueryJohn Resig2010-10-121-1/+4
|\
| * Fix patch for #7150, which was not deleting the events object properly on pla...Colin Snover2010-10-121-1/+4
* | Fix some gaps in the handling of event data properties. Thanks to @jitter in ...John Resig2010-10-121-1/+1
|/
* Use a key name less likely to result in collisions for events on plain JS obj...Colin Snover2010-10-111-1/+1
* Handle some edge cases with binding events to the window object (which is als...John Resig2010-10-111-1/+5
* Add some resize event tests.John Resig2010-10-111-0/+8
* Using data() on JavaScript objects sets fields directly on the object. Note t...Dave Reed2010-09-291-2/+6
* Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d...John Resig2010-09-291-1/+1
* Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-241-1/+1
* Ensure that selector is not broken.Robert Katic2010-09-231-1/+1
* Correcting some imperfections in test added in previous commit.Robert Katic2010-09-231-7/+7
* Added support for map of events in live, die, delegate and undelegate. Fixes ...Robert Katic2010-09-231-0/+39
* Use custom events for testing unbind instead of the, potentially conflicting,...jeresig2010-03-241-11/+11
* Rewrote the live/delegate submit tests to be more generic.jeresig2010-03-091-20/+6
* Make sure that special remove and teardown events get called when .die() is u...jeresig2010-03-091-10/+70
* Added in Ben Alman's proposed event.namespace property (the property holds th...jeresig2010-03-021-11/+25
* We no longer support globally-triggered events on plain objects. This is a tr...jeresig2010-03-021-13/+4
* Adding in .bind(name, false), .unbind(name, false) support - an easy way to j...jeresig2010-02-271-0/+19
* Make it so that you can pass in event data to .click(), et. al. Fixes #6187.jeresig2010-02-261-0/+11
* Make sure that unbinding on a plain javascript object works correctly. Fixes ...jeresig2010-02-261-0/+29
* Make sure that live events bubble unless explicitly told not to, like a norma...jeresig2010-02-261-25/+33
* Make sure that elements that have been removed also have their special events...jeresig2010-02-131-2/+14
* Make sure that live focus and blur events also bind to the regular events, to...jeresig2010-02-131-1/+9
* Make sure that the teardown is called after all the handlers of a type are re...John Resig2010-02-111-2/+6
* Rewrote the live event handling to use the new event logic. Also added in sup...jeresig2010-02-041-22/+68
* Added some more tests for checking the execution order of events (from last n...jeresig2010-02-041-0/+20
* Forgot to land Justin's tests for the event fixes.Justin Meyer2010-02-041-0/+18
* A large refactor of the event handling logic. Data and namespace information ...jeresig2010-02-041-2/+3
* Add .delegate() and .undelegate(). An alternative to using .live() which goes...jeresig2010-02-011-32/+411
* Provide a way to simulate default browser actions. Fixes #5973.jeresig2010-01-281-1/+6
* Make sure that special.add actually copies over event namespaces and data. Fi...jeresig2010-01-251-0/+41
* Make sure multiple bound events have their namespaces and data maintained. Fi...jeresig2010-01-251-0/+34
* Make sure that it's possible to preventDefault natively-triggered (submit, fo...jeresig2010-01-251-1/+29
* Make sure that .die() with no args works. Fixes #5789.jeresig2010-01-231-1/+16