jquery/src
Dave Methvin 8d9025ca50 Fix #8165: Ignore events bubbling through disabled elements.
Although #6911 fixed the case where event.target was disabled, it missed the case where the target was a sub-element.
2012-01-19 22:14:24 -05:00
..
ajax Fix #10692. JSLint is dead! Long live JSHint! 2011-12-08 21:04:57 -05:00
sizzle@423f35af8b Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. Fixes #10970. 2011-12-12 11:23:47 -05:00
ajax.js Fix #10978: Let jQuery.param() accept non-native constructed objects. 2012-01-12 20:14:51 -05:00
attributes.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
callbacks.js Trimmed down $.Callbacks and $.Deferred. 2011-09-21 17:00:55 +02:00
core.js Refine the jQuery.isWindow check. 2011-12-06 16:17:09 -05:00
css.js Fix #11119: The curCSS function needs only 2 arguments 2012-01-11 22:11:22 -05:00
data.js Precompute the parts array; clean up a JSLint complaint. 2011-12-06 20:07:29 -05:00
deferred.js Have Deferred.always return the object onto which it is currently attached to enable true chainability. Fixes #10723. Unit tests added. 2011-11-09 01:02:29 +01:00
dimensions.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
effects.js Fix #10006: Allow .show() to work on detached elements. 2012-01-12 19:57:04 -05:00
event.js Fix #8165: Ignore events bubbling through disabled elements. 2012-01-19 22:14:24 -05:00
exports.js Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687. 2011-11-14 12:13:25 -05:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055 2012-01-11 22:16:30 -05:00
offset.js Fix #10692. JSLint is dead! Long live JSHint! 2011-12-08 21:04:57 -05:00
outro.js Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687. 2011-11-14 12:13:25 -05:00
queue.js Fix #5571. Setters should treat undefined as a no-op and be chainable. 2011-12-06 15:25:38 -05:00
sizzle-jquery.js Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178. 2011-09-19 15:42:30 -04:00
support.js fixes #11048: make sure support tests don't modify the layout of the body 2012-01-17 20:41:51 -05:00
traversing.js Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. Fixes #10970. 2011-12-12 11:23:47 -05:00