jquery/test/unit
2012-10-25 10:50:57 -04:00
..
ajax.js Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh-993. 2012-10-17 16:28:55 -04:00
attributes.js Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913. 2012-10-21 21:06:41 -04:00
callbacks.js Style nit in test/unit/callbacks.js. Closes gh-992 2012-10-16 17:25:20 -04:00
core.js Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. 2012-10-20 22:10:06 -04:00
css.js Adds missing expect() call, fixes failing IE tests 2012-10-15 14:04:58 -04:00
data.js Simplify tests for #12786, reduce to only those required to support the fix 2012-10-25 10:50:57 -04:00
deferred.js Fixing style for deferred.js unit tests. Close gh-973. 2012-10-16 08:24:18 -04:00
deprecated.js Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh-982. 2012-10-16 14:47:11 -04:00
dimensions.js Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) 2012-10-16 14:14:37 -04:00
effects.js Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) 2012-10-16 14:14:37 -04:00
event.js Missing semicolon. 2012-10-21 20:19:51 -04:00
exports.js Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687. 2011-11-14 12:13:25 -05:00
manipulation.js Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh-987 2012-10-16 16:50:40 -04:00
offset.js Fix #11542. document.body should not be special in .offset() and document.documentElement is the default element.offsetParent. Close gh-899. 2012-10-24 23:35:15 -04:00
queue.js Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) 2012-10-16 14:14:37 -04:00
selector.js enforce double quotes via JSHint. Closes gh-975 2012-10-16 10:17:14 -04:00
serialize.js Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build. 2012-07-13 09:47:43 +02:00
support.js Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981 2012-10-16 12:30:28 -04:00
traversing.js Update Sizzle: allows disconnected sorting. Change add to always sort with added nodes, even when disconnected. 2012-10-16 11:54:54 -04:00