aboutsummaryrefslogtreecommitdiffstats
path: root/test/delegatetest.html
Commit message (Expand)AuthorAgeFilesLines
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-1/+1
* Relativize all urls pertaining to dist/jquery.js so users can run their serve...timmywil2012-06-041-1/+1
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-3/+3
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-181-27/+27
* Fix #10878. Clear oldIE special change/submit flags on a clone.Dave Methvin2012-01-281-2/+12
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-111-11/+2
* Fix #10798. Don't re-bubble trigger()ed events in IE.Dave Methvin2011-11-151-4/+25
* Don't fire change on an already-selected radio.Dave Methvin2011-09-201-9/+8
* Revert "Fix #6593. Don't trigger `change` event twice when simulating it on I...Dave Methvin2011-09-191-10/+12
* Improve delegation/change tests to display event firing order and duplicate e...Dave Methvin2011-09-191-228/+158
* Split out mouse hover/enter/leave tests into a separate file and add several ...Dave Methvin2011-09-191-14/+0
* More formatting tweaking.John Resig2011-05-101-2/+2
* Fix tabs in delegate test.John Resig2011-05-101-4/+4
* Make sure that mouseenter/mouseleave fire on the correct element when doing d...John Resig2011-05-101-0/+14
* Bug #6911 - Prevent action on disabled elements, both triggering and bound vi...Dan Heberden2011-02-181-61/+94
* So embarrassing :( wycats2011-01-141-8/+0
* Overwrite CRLF with LFwycats2011-01-141-0/+8
* Clean trailing whitespace from all files.Colin Snover2010-12-301-3/+3
* Convert test/delegatetest.html to use lf line endings.Henri Wiechers2010-11-121-242/+242
* When binding a change directly to a file input just passthrough to the normal...jeresig2010-02-131-0/+9
* Select (with a selected) fired change on first focus in IE. Fixes #5869.Matt Curry2010-01-231-0/+5
* Added support for multiple live event handlers, live hover, and live focus/bl...Irae Brasil2010-01-231-0/+42
* Stop trying to emulate the focus/blur event in IE, doesn't work as one might ...Jörn Zaefferer2009-12-211-0/+24
* Used the patch from Alexander as the basis for a rewrite of the IE change eve...Alexander Farkas2009-12-211-105/+144
* Make sure we use instead of in the delegate test.jeresig2009-12-211-2/+2
* Adding in support for bubbling submit and change events, thanks to the patch ...Justin Meyer2009-12-041-0/+123