jquery/test/unit
2009-11-12 21:59:48 +08:00
..
ajax.js jQuery.ajax modified the passed-in object only to help test the code - this shouldn't occur. Fixes #5439. 2009-11-07 16:08:07 +01:00
attributes.js jquery attributes: closes #5234. attr() supports jQuery.fn methods. 2009-09-15 17:23:26 +00:00
core.js Forgotten to update the number of jQuery.extend related tests. 2009-11-12 21:59:48 +08:00
css.js Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760. 2009-11-11 14:17:16 -05:00
data.js Switched from using QUnit's isObj/isSet to the more robust same method. 2009-09-29 19:49:43 +00:00
dimensions.js moving dimension related unit tests to dimensions test module 2009-03-22 23:25:58 +00:00
event.js Making sure that you can bind multiple toggles to a single element without problems. Thanks to 'Mr Speaker' for the original patch. Fixes #5274. 2009-11-11 09:46:24 -05:00
fx.js Made sure that animate callbacks get executed even when no properties are passed in. Fixes #5459. 2009-11-07 17:22:35 +01:00
manipulation.js Fixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes #5483. 2009-11-11 14:23:56 -05:00
offset.js Updated the jQuery suite to use the updated QUnit CSS styling. 2009-09-29 22:48:25 +00:00
selector.js Updated the jQuery suite to use the updated QUnit CSS styling. 2009-09-29 22:48:25 +00:00
traversing.js Switched from using QUnit's isObj/isSet to the more robust same method. 2009-09-29 19:49:43 +00:00