jquery/test/unit
2011-08-04 18:56:49 -04:00
..
ajax.js Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText in callbacks is still normalized. Unit test added. 2011-07-23 02:39:12 +02:00
attributes.js Now using getAttributeNode in all attribute cases in IE6/7, which normalizes attribute behaviors across browsers, is less hacky, and shortens the attribute code. Fixes #9980. 2011-08-04 18:16:15 -04:00
core.js Fixes #9255: xml parsing error in $.parseXML is now properly detected for all browsers. Unit test added. 2011-07-23 03:26:36 +02:00
css.js Unit test for #6652 2011-07-13 22:54:25 -05:00
data.js Correct non-null|undefined evaluation of data property values. Fixes #9794 2011-07-10 21:45:50 -04:00
deferred.js Fixes #9446. Context is properly propagated using pipe. If context was the original deferred, then context is updated to next deferred in the chain. Unit tests added. 2011-07-01 01:51:50 +02: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 374. .animate() Callbacks should fire in correct order (unit test included). Fixes #9100. 2011-05-10 11:22:12 -04:00
event.js Removes empty, duplicate named test block. Fixes #9914 2011-07-26 11:49:23 -04:00
manipulation.js jQuery.clone() check that destination child nodes are not null. Fixes #9587 2011-06-15 11:14:52 -04:00
offset.js Renames duplicate named test block. Fixes #9912 2011-07-26 11:52:01 -04:00
queue.js Removes duplicate test block. Fixes #9913 2011-07-26 12:08:50 -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 Quick improvement to the performace of .index() with no arguments - Adding a unit test for .index() of a node without a parent returns -1 2011-06-14 23:38:36 -05:00