jquery/test/unit
Dave Methvin b4120a7430 propHooks now an object with props array and filter function.
Use the originalEvent to grab properties in filter functions since they often won't have been copied to event. Mark a few current props in the main jQuery.event.props list as deprecated, they aren't supported across all browsers.
2011-09-25 19:56:34 -04:00
..
ajax.js Fixes a weird IE7 bug in the unit tests. If anybody can shed some light on this one, I'm a taker. 2011-09-22 09:35:57 +02:00
attributes.js Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with removeClass) Combines patches submitted by leeoniya, zertosh and my own tests. Fixes #5479. 2011-09-19 21:07:07 -04:00
callbacks.js Trimmed down $.Callbacks and $.Deferred. 2011-09-21 17:00:55 +02:00
core.js Landing pull request 331. Add support for registering jQuery as an AMD module. Fixes #7102. 2011-09-19 16:37:22 -04:00
css.js Call .is(:visible) on the window or document does not thrown an error in IE. Fixes #10267. 2011-09-19 15:42:32 -04:00
data.js Landing pull request 512. 1.7 - removeData now takes space separated lists and arrays of keys - Fixes #7323. 2011-09-19 21:16:20 -04:00
deferred.js $.Callbacks, $.Topic and notify/progress on $.Deferred. 2011-09-19 15:42:30 -04:00
dimensions.js Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Supplements #9441, #9300. 2011-06-06 23:35:16 -04:00
effects.js Landing pull request 496. 1.7 animate: allow named queues to be used by animate. Fixes #9280. 2011-09-19 16:08:00 -04:00
event.js propHooks now an object with props array and filter function. 2011-09-25 19:56:34 -04:00
manipulation.js Allow more cases to use innerHTML in the .html method. 2011-09-21 23:05:26 -04:00
offset.js Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809. 2011-09-19 21:03:41 -04:00
queue.js Removes duplicate test block. Fixes #9913 2011-07-26 12:08:50 -04:00
selector.js Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178. 2011-09-19 15:42:30 -04:00
support.js Add test page for crashing IE8 when the testElement in support has a background (will run from the test suite). Supplements #9823. 2011-08-04 18:56:49 -04:00
traversing.js Landing pull request 491. Fix #7322. Make .is() with a positional selector work like delegated event logic. Fixes #7322. 2011-09-19 23:50:52 -04:00