jquery/test/unit
2010-12-31 13:56:51 -06:00
..
ajax.js When serializing text, encode all line breaks as CRLF pairs per the application/x-www-form-urlencoded specification. Fixes #6876. 2010-12-31 13:56:51 -06:00
attributes.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
core.js Simplified the way a Promise is tested for (removed promiseMarker). Removed isCancelled helper method from _Deferred, wasn't used nor tested. Reworked jQuery.Deferred and removed unnecessary variables. Also ensured a Promise will return itself when asked for a Promise. Finally, the jQuery.when tests have been revamped. 2010-12-31 04:15:15 +01:00
css.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
data.js More unit tests and a $.hasData that works for JS objects too. 2010-12-22 15:03:01 -06:00
dimensions.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
effects.js Remove patch for very early versions of Opera 9 that made it impossible to animate values smaller than -10000. Fixes #7193. Thanks to igorw for initial patch & test case. 2010-12-30 01:23:08 -06:00
event.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
manipulation.js Don't cache non-html strings in buildFragment to avoid possible collision with the names of Object methods like toString. Also makes the unit tests 0.5% to 8% faster. Fixes #6779. 2010-12-27 13:43:52 -06:00
offset.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
queue.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
selector.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
traversing.js Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00