jquery/test/unit
Dave Methvin f345291209 Manipulation: Use textarea for missing IE defaultValue check
IE11 fixed the checkbox defaultValue issue but not textarea. Rather than
creating a new detect name I'm reusing the old one to protect anyone who
is unwisely using this externally. Re-fixing the defaultValue when it
doesn't need to be done is not a problem, so leave that code for IE11.

Fixes #14716
Closes gh-1495
2014-01-23 14:14:44 -05:00
..
ajax.js Ajax: support non-RFC2616 methods for oldIE 2014-01-14 00:38:38 +04:00
attributes.js Tests: Fix code style issues 2014-01-16 07:05:11 +04:00
callbacks.js Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. 2013-04-09 12:21:54 -04:00
core.js Tests: Avoid use of QUnit.reset() in tests by splitting them 2014-01-03 08:01:46 +04:00
css.js Tests: Avoid use of QUnit.reset() in tests by splitting them 2014-01-03 08:01:46 +04:00
data.js Ref c66a5e70: Synchronize unit tests with master 2013-11-07 11:59:56 -05:00
deferred.js No ticket: add assertions for jQuery.when( array ). Close gh-1312. (cherry-picked from 584a4af9c8) 2013-08-19 18:26:57 +02:00
deprecated.js Fix #13741. Make wrap/unwrap methods optional; close gh-1236. 2013-04-17 23:06:33 -04:00
dimensions.js Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. 2013-04-09 12:21:54 -04:00
effects.js Tests: Blacklist one effects test in Chrome 31 2014-01-21 12:16:10 +01:00
event.js Ref #14180, let focusin/out work on non-element targets. 2013-11-14 16:40:22 -05: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 Tests: Avoid use of QUnit.reset() in tests by splitting them 2014-01-03 08:01:46 +04:00
offset.js Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. 2013-04-09 12:21:54 -04:00
queue.js Further spacing & code style corrections. 2013-04-15 19:34:45 +02:00
ready.js Pass all tests (and load Sizzle fixture correctly) when loading with AMD 2013-08-29 16:25:44 -04:00
selector.js Fix #13223. Re-allow leading space in HTML. Close gh-1264. 2013-05-09 14:07:19 -04:00
serialize.js Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. 2013-04-09 12:21:54 -04:00
support.js Manipulation: Use textarea for missing IE defaultValue check 2014-01-23 14:14:44 -05:00
traversing.js Traversing: Check all pairwise element combinations for .find( els ) 2014-01-17 01:09:32 -05:00
wrap.js Tests: Avoid use of QUnit.reset() in tests by splitting them 2014-01-03 08:01:46 +04:00