| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Do not set boolean attributes to empty string on removal. Fixes #10870. +0 by... | timmywil | 2012-03-05 | 1 | -1/+4 |
* | Fixes #10828, .attr("coords") returns undefined in IE7 | Mike Sherov | 2012-03-02 | 1 | -0/+13 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -1/+7 |
* | Landing pull request 600. Remove jQuery.trim() to restore perf. Supplements #... | Rick Waldron | 2011-11-14 | 1 | -15/+2 |
* | Fix #10773. Improve parameter handling in removeAttr. | Oleg | 2011-11-14 | 1 | -22/+35 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -193/+193 |
* | Support setting both the enctype attribute and property (encoding in IE6/7). ... | timmywil | 2011-10-22 | 1 | -17/+29 |
* | Use the property name in elem.removeAttribute in IE6/7 to ensure correct remo... | timmywil | 2011-10-17 | 1 | -3/+5 |
* | Add a hook for removing contenteditable in IE6/7 and remove the unnecessary j... | timmywil | 2011-10-06 | 1 | -9/+11 |
* | Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with remov... | Rick Waldron | 2011-09-19 | 1 | -0/+22 |
* | Add sparse array performance improvement for inArray. Thanks rwaldron, rkatic... | timmywil | 2011-09-19 | 1 | -1/+1 |
* | Check for property support in the boolHook before falling back to attribute n... | timmywil | 2011-09-19 | 1 | -8/+12 |
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92... | timmywil | 2011-09-19 | 1 | -7/+8 |
* | Revert back to always setting the attribute to empty string before removal. F... | timmywil | 2011-08-25 | 1 | -8/+9 |
* | Fixes assertion counts and dom element fixture issue | Rick Waldron | 2011-08-05 | 1 | -14/+14 |
* | Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ... | timmywil | 2011-08-04 | 1 | -23/+22 |
* | Make the tabIndex hook first a propHook and add it to attrHooks for back-comp... | timmywil | 2011-08-04 | 1 | -0/+55 |
* | Merge pull request #419 from rwldrn/9630 | Dave Methvin | 2011-08-04 | 1 | -0/+10 |
|\ |
|
| * | Filter hasClass by nodeType 1; Fixes #9630 | rwldrn | 2011-06-22 | 1 | -1/+1 |
| * | Assert that .contents().hasClass() works as expected. Fixes #9630 | rwldrn | 2011-06-21 | 1 | -0/+10 |