jquery/test/unit
2011-09-07 11:30:22 -04:00
..
ajax.js Considers Safari XMLHttpRequest's bug when testing for custom status text. Will have to be revisited when $.browser.chrome is introduced. 2011-08-27 01:54:12 +02:00
attributes.js Revert back to always setting the attribute to empty string before removal. Fixes #9699. 2011-08-25 15:33:54 -04:00
core.js Merge pull request #445 from rwldrn/9897 2011-08-25 12:25:58 -07:00
css.js Fixes #10021. Allow negative relative values for .css() (e.g., "+=-20px") since .animate() already allows it. Useful for when the relative value is a variable. 2011-08-16 18:00:44 -04:00
data.js Bug in rmultidash. Fixes #10194 2011-09-07 10:13:22 -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 467. Adds comments regarding opacity test adjustments. 2011-08-17 17:06:21 -04:00
event.js Fix #10208. Check for button as well as input when performing the #7071 VML crash workaround for IE special-events submit code. 2011-09-07 11:30:22 -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 Set back the offset test name to fix offset tests; iframe retrieval is based on test names 2011-08-17 16:08:44 -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 Fixes assertion counts and dom element fixture issue 2011-08-05 10:02:33 -04:00