jquery/test/unit
2010-09-28 10:33:21 -07:00
..
ajax.js Allow 304/Not Modified tests to complete in Opera. 2010-09-27 12:10:00 -04:00
attributes.js Make sure that ambiguous val() selection works correctly. 2010-09-28 08:36:28 -07:00
core.js Test jQuery.type also with document. 2010-09-23 12:08:54 -04:00
css.js Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5632. 2010-09-28 08:57:20 -07:00
data.js Make sure that undefined is always returned for missing data properties. Follow-up to #6304. 2010-09-24 16:30:57 -04:00
dimensions.js Add .width() and .height() unit test for empty sets. Fix .height() test that was masquerading as a .width() test. Made sure .width() and .height() tests were in-sync (testing the same things). 2010-09-01 11:05:35 -05:00
effects.js Make sure that opacity is being reset properly on a show animation. Additionally expose jQuery.isNaN from the data module. 2010-09-27 11:51:01 -04:00
event.js Don't have .val() return selected-but-disabled options, or selected options inside a disabled optgroup. Doesn't change the .val() returned for a disabled select. Fixes #3240, adapted from Nathan Hammond's patch there. 2010-09-24 17:26:22 -04:00
manipulation.js Make sure that the contents of the element is still in place when html(Function) is called. Fixes #6733. 2010-09-28 09:50:44 -07:00
offset.js Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #4996. 2010-09-28 10:55:48 -04:00
queue.js Split the queue code out from data.js into a dedicated queue.js file (also split tests accordingly). 2009-12-06 17:19:33 -05:00
selector.js Make sure that ambiguous val() selection works correctly. 2010-09-28 08:36:28 -07:00
traversing.js Handle child selectors in particular - away from the selector engine. Fixes #7029. 2010-09-28 10:33:21 -07:00