jquery/test/unit
2009-05-20 21:28:48 +00:00
..
ajax.js Switched to using new Function instead of eval for handling JSON parsing (Fixes bug #4680). Added support for JSON.parse, if it exists (Fixes bug #4429). 2009-05-20 21:28:48 +00:00
attributes.js unit tests for setting cellspacing, rowspan, and colspan 2009-05-16 15:10:24 +00:00
core.js another unit test for index method 2009-05-07 16:59:35 +00:00
css.js opacity is now retrieved from stylesheet in IE. fixes #3981 2009-05-14 14:44:31 +00:00
data.js jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification. 2008-12-30 02:31:26 +00:00
dimensions.js moving dimension related unit tests to dimensions test module 2009-03-22 23:25:58 +00:00
event.js .bind() now accepts an optional thisObject as the last argument which is used to change the value of this in event callbacks. fixes #3699 2009-05-07 00:50:28 +00:00
fx.js decoupling styles retrieval from the attr method 2009-03-22 23:25:03 +00:00
manipulation.js Added explicit module names to the new unit tests. 2009-04-20 17:05:18 +00:00
offset.js new offset method, faster and no more browser detection 2008-11-10 02:39:03 +00:00
selector.js fix :hidden selector that was accidentally reverted in previous commit, also fixed tests for :hidden selector in IE6 2009-05-04 00:19:57 +00:00
traversing.js Added explicit module names to the new unit tests. 2009-04-20 17:05:18 +00:00