| Commit message (Expand) | Author | Age | Files | Lines |
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 1 | -1/+1 |
* | Fix for custom attr handles duck-punching the boolean attr handle | Timmy Willison | 2013-08-28 | 1 | -0/+14 |
* | Fix #13835: classes separated by form feed | Richard Gibson | 2013-05-13 | 1 | -0/+20 |
* | Update jshintrc to conform to new style guide. Conform to onevar and unused i... | Timmy Willison | 2013-04-09 | 1 | -61/+76 |
* | Adjust the return value of the tabIndex propHook to match the spec. Fixes #13... | Oleg Gaidarenko | 2013-04-08 | 1 | -4/+9 |
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -4/+4 |
* | Fix #13514: Set selectedIndex to -1 when non-matching value is set on a selec... | ruado1987 | 2013-03-22 | 1 | -0/+16 |
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -2/+2 |
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -1/+1 |
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 1 | -1/+1 |
* | Fixes #13088: under IE8, $(selector).attr('style') always return lowercase st... | Mike Sherov | 2012-12-31 | 1 | -2/+5 |
* | let .attr(checked|selected, true) update the property | Richard Gibson | 2012-12-16 | 1 | -2/+9 |
* | Fix #11115: Normalize boolean attributes/properties. Close gh-1066. | Richard Gibson | 2012-12-15 | 1 | -58/+50 |
* | Fix #12600: don't use value property in place of value attribute. Close gh-1063. | Richard Gibson | 2012-12-14 | 1 | -8/+10 |
* | Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947. | Oleg | 2012-12-13 | 1 | -0/+24 |
* | Missed a var declaration in aad235b3251494afe71fd5bb6031e11965af9bdb. | Dave Methvin | 2012-12-11 | 1 | -1/+1 |
* | Fix #13011. Let 'type' attribute be set if the browser allows. | Dave Methvin | 2012-12-11 | 1 | -9/+5 |
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -6/+6 |
* | Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044. | Oleg | 2012-11-27 | 1 | -5/+2 |
* | Don't let removeClass create attributes | Richard Gibson | 2012-11-27 | 1 | -21/+19 |
* | Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035. | aFarkas | 2012-11-18 | 1 | -1/+4 |
* | No ticket: speedup effects tests | Richard Gibson | 2012-11-12 | 1 | -4/+2 |
* | No ticket: update test suite to pass QUnit globals check in most environments... | Richard Gibson | 2012-11-05 | 1 | -2/+5 |
* | Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017. | Richard Gibson | 2012-11-05 | 1 | -78/+0 |
* | Fix #10299. Add a propHook for oldIE link href. | Dave Methvin | 2012-11-01 | 1 | -1/+3 |
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -1/+1 |
* | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 1 | -8/+6 |
* | Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913. | Matthias Jäggli | 2012-10-21 | 1 | -0/+9 |
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 1 | -0/+11 |
* | Fix attribute names in aliased form property test. Close gh-951. | Jonathan Sampson | 2012-10-20 | 1 | -1/+1 |
* | Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) | Rick Waldron | 2012-10-16 | 1 | -2/+2 |
* | Enforce style guide in test/unit/attributes.js. Closes gh-985 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -275/+365 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -2/+2 |
* | Fix #12583: Don't ignore disabled property of select-one, close gh-932. | Richard Gibson | 2012-10-03 | 1 | -1/+7 |
* | Since .getAttribute() returns strings, we should check for them. | Dave Methvin | 2012-09-30 | 1 | -1/+1 |
* | Fix #10943, tabindex not set properly on clone in IE7. Close gh-937. | Mike Sherov | 2012-09-30 | 1 | -18/+23 |
* | Fix #11547. toLowerCase not work good on XML attributes. | Dave Methvin | 2012-07-11 | 1 | -14/+26 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -29/+29 |
* | Make removeClass smart enough to remove duplicates. Fixes #11923 | Rick Waldron | 2012-06-23 | 1 | -0/+10 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -11/+19 |
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -13/+15 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -10/+15 |
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1... | Mike Sherov | 2012-06-07 | 1 | -25/+36 |
* | Fix busted tests that relied on width in 2nd param to jQuery(), dimensions st... | Rick Waldron | 2012-06-05 | 1 | -7/+17 |
* | Adjust the return type for the tabindex attribute tests to be a string. Recom... | timmywil | 2012-05-30 | 1 | -13/+13 |
* | Remove the tabindex attrHook. Fixes #8473 | timmywil | 2012-05-30 | 1 | -19/+19 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -2/+13 |
* | Fix some stragglers | Yehuda Katz | 2012-04-15 | 1 | -14/+9 |
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 1 | -12/+7 |
* | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr(). | Arne de Bree | 2012-04-10 | 1 | -0/+13 |