jquery/test/unit
2009-04-29 21:45:58 +00:00
..
ajax.js Made it so that search input elements are now serialized. Fixes bug #4107. 2009-02-18 19:43:14 +00:00
attributes.js Added explicit module names to the new unit tests. 2009-04-20 17:05:18 +00:00
core.js Unified the formatting of core.js. === or !== are used wherever appropriate, syntax has been normalized, braces are added in all cases, and jQuery() now returns an empty set. 2009-03-31 17:35:20 +00:00
css.js fix for #4216. css now ignores negative numbers for width and height when passed an object of props and vals. 2009-04-22 05:23:53 +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 .unbind() without any arguments now also unbinds namespaced events. fixes #4609 and #4241 2009-04-29 21:45:58 +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 for #4374, gap in :hidden, :visible logic 2009-03-18 17:55:07 +00:00
traversing.js Added explicit module names to the new unit tests. 2009-04-20 17:05:18 +00:00