Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 1 | -1/+1 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -3/+3 |
| | |||||
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 1 | -27/+27 |
| | |||||
* | Fix #10878. Clear oldIE special change/submit flags on a clone. | Dave Methvin | 2012-01-28 | 1 | -2/+12 |
| | |||||
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 1 | -11/+2 |
| | |||||
* | Fix #10798. Don't re-bubble trigger()ed events in IE. | Dave Methvin | 2011-11-15 | 1 | -4/+25 |
| | | | | Since .trigger() already bubbles the event, we don't have to work around the non-bubbling IE events for that case. | ||||
* | Don't fire change on an already-selected radio. | Dave Methvin | 2011-09-20 | 1 | -9/+8 |
| | | | | Thanks to Brandon Wallace (@bman654) for his code review. Also tweaks delegatetest.html output. | ||||
* | Revert "Fix #6593. Don't trigger `change` event twice when simulating it on ↵ | Dave Methvin | 2011-09-19 | 1 | -10/+12 |
| | | | | | | IE." Add inline handler monitor to delegatetest.html so we can see it fail. This reverts commit e77686495b6e34938575c9c0fe978cb4a0be6f05. | ||||
* | Improve delegation/change tests to display event firing order and duplicate ↵ | Dave Methvin | 2011-09-19 | 1 | -228/+158 |
| | | | | events. | ||||
* | Split out mouse hover/enter/leave tests into a separate file and add several ↵ | Dave Methvin | 2011-09-19 | 1 | -14/+0 |
| | | | | more scenarios. | ||||
* | More formatting tweaking. | John Resig | 2011-05-10 | 1 | -2/+2 |
| | |||||
* | Fix tabs in delegate test. | John Resig | 2011-05-10 | 1 | -4/+4 |
| | |||||
* | Make sure that mouseenter/mouseleave fire on the correct element when doing ↵ | John Resig | 2011-05-10 | 1 | -0/+14 |
| | | | | delegation. Fixes #9069. | ||||
* | Bug #6911 - Prevent action on disabled elements, both triggering and bound ↵ | Dan Heberden | 2011-02-18 | 1 | -61/+94 |
| | | | | via .live() | ||||
* | So embarrassing :( | wycats | 2011-01-14 | 1 | -8/+0 |
| | |||||
* | Overwrite CRLF with LF | wycats | 2011-01-14 | 1 | -0/+8 |
| | |||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -3/+3 |
| | |||||
* | Convert test/delegatetest.html to use lf line endings. | Henri Wiechers | 2010-11-12 | 1 | -242/+242 |
| | |||||
* | When binding a change directly to a file input just passthrough to the ↵ | jeresig | 2010-02-13 | 1 | -0/+9 |
| | | | | normal bind. A temporary fix for #5997, needs more investigation. | ||||
* | Select (with a selected) fired change on first focus in IE. Fixes #5869. | Matt Curry | 2010-01-23 | 1 | -0/+5 |
| | |||||
* | Added support for multiple live event handlers, live hover, and live ↵ | Irae Brasil | 2010-01-23 | 1 | -0/+42 |
| | | | | focus/blur (mapped to focusin/focusout). Fixes #5804, #5801, #5852. | ||||
* | Stop trying to emulate the focus/blur event in IE, doesn't work as one might ↵ | Jörn Zaefferer | 2009-12-21 | 1 | -0/+24 |
| | | | | expect, anyway. Instead, implement the focusin/focusout events in all other browsers - which creates a much better parity across all browsers. Uses event capturing instead of bubbling to make it happen. Thanks to Alexander for the recommendation and to Joern Zaefferer for the original focus/blur delegation code. | ||||
* | Used the patch from Alexander as the basis for a rewrite of the IE change ↵ | Alexander Farkas | 2009-12-21 | 1 | -105/+144 |
| | | | | event logic. Now has full parity with the regular change event in other browsers: Works with regular bind, works better with multiple selects, works as a regular change event (note test suite changes), works with readonly/disabled inputs, and much more. The original patch had a number of problems, including firing the change event too many times, not bubblinb properly, and not handling clicks on multi-selects properly - that should all be fixed now. Thanks Alexander for the patch pushing in the right direction. | ||||
* | Make sure we use instead of in the delegate test. | jeresig | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Adding in support for bubbling submit and change events, thanks to the patch ↵ | Justin Meyer | 2009-12-04 | 1 | -0/+123 |
by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended. |