| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r... | John Resig | 2010-12-06 | 1 | -3/+48 |
|\ \ |
|
| * | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. | Anton M | 2010-11-13 | 1 | -3/+48 |
| |/ |
|
* / | Handle carriage return characters in className property. Fixes #7673. | Anton M | 2010-12-01 | 1 | -4/+8 |
|/ |
|
* | Remove conditional that prevents attr from working on non-Element nodes. Fixe... | Colin Snover | 2010-11-09 | 1 | -1/+3 |
* | Update number of expected assertions in attribute tests | Anton M | 2010-10-19 | 1 | -2/+2 |
* | Coerce all array values to strings before comparison in val(). Fixes bug #7123. | Colin Snover | 2010-10-08 | 1 | -1/+13 |
* | Make sure that ambiguous val() selection works correctly. | John Resig | 2010-09-28 | 1 | -1/+9 |
* | Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo... | John Resig | 2010-09-28 | 1 | -1/+6 |
* | Make .val(undefined) == .val("") and chainable; fixes #4130. | dmethvin | 2010-09-25 | 1 | -1/+7 |
* | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -1/+9 |
* | Fixed the number of expected class tests from a previous commit. Thanks to @b... | John Resig | 2010-09-22 | 1 | -2/+2 |
* | Tweaked anchor test to work better on Blackberry 4.7. | John Resig | 2010-08-26 | 1 | -1/+2 |
* | Simplifying some of the .val() test code. | John Resig | 2010-08-23 | 1 | -4/+1 |
* | Replace usage of the removed global reset() method with QUnit.reset(). | jzaefferer | 2010-07-28 | 1 | -5/+5 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -4/+8 |
* | No need to run trim on every class iteration in addClass, thanks for the head... | jeresig | 2010-02-13 | 1 | -1/+5 |
* | If .attr() is run on no elements undefined should be returned (as should be t... | jeresig | 2010-02-13 | 1 | -1/+4 |
* | Make sure that no extra whitespace is leftover after an addClass. Fixes #6050. | jeresig | 2010-02-13 | 1 | -1/+10 |
* | Make sure the resulting className from removeClass is nicely trimmed. Fixes #... | jeresig | 2010-02-01 | 1 | -1/+12 |
* | Added tests for attribute function setters. | jeresig | 2010-01-07 | 1 | -9/+141 |
* | Moved the val() tests from manipulation into attributes. | jeresig | 2010-01-07 | 1 | -0/+86 |
* | Make sure that selected works in Safari on options in optgroups. Fixes #5701. | jeresig | 2009-12-22 | 1 | -1/+7 |
* | Temporarily disabling test for bug #4299. | jeresig | 2009-12-18 | 1 | -2/+3 |
* | Disabled the passthrough .attr(method_name) functionality. You can now use it... | jeresig | 2009-12-18 | 1 | -6/+6 |
* | added a couple missing semicolons and fixed a typo in the comments | Karl Swedberg | 2009-12-18 | 1 | -3/+3 |
* | Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one o... | jeresig | 2009-12-17 | 1 | -4/+1 |
* | Enforce that hasClass and removeClass work even with tabs and endlines in cla... | Batiste Bieler | 2009-12-14 | 1 | -7/+21 |
* | Removed .attr(removeClass) and .attr(each) tests as they don't really make se... | John Resig | 2009-12-10 | 1 | -10/+1 |
* | Fix up whitespace and a couple of glitches. | Yehuda Katz | 2009-12-09 | 1 | -10/+10 |
* | Add function values to addClass, removeClass, toggleClass, text, and removeAttr | Yehuda Katz | 2009-12-09 | 1 | -19/+54 |
* | Handle changing form attributes correctly when there is a child element with ... | David Petersen | 2009-12-09 | 1 | -1/+2 |
* | Changed the style attribute test to handle hex colors (as that's what Opera r... | jeresig | 2009-11-30 | 1 | -1/+1 |
* | jquery attributes: closes #5234. attr() supports jQuery.fn methods. | Ariel Flesler | 2009-09-15 | 1 | -2/+46 |
* | jquery core: Closes #5189. Added a generic function to handle getting/setting... | Ariel Flesler | 2009-09-09 | 1 | -0/+3 |
* | Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h... | John Resig | 2009-09-08 | 1 | -10/+17 |
* | Fixes regression in .attr(), patch by David Flanagan. Fixes #4884. | John Resig | 2009-07-11 | 1 | -3/+6 |
* | unit tests for setting cellspacing, rowspan, and colspan | Brandon Aaron | 2009-05-16 | 1 | -1/+10 |
* | make sure toggleClass does not delete classNames when forcefully removing cla... | Brandon Aaron | 2009-05-02 | 1 | -8/+14 |
* | toggleClass can now toggle multiple classNames (space seperated list) and tog... | Brandon Aaron | 2009-05-02 | 1 | -17/+46 |
* | Added explicit module names to the new unit tests. | John Resig | 2009-04-20 | 1 | -1/+3 |
* | moving dimension related unit tests to dimensions test module | Brandon Aaron | 2009-03-22 | 1 | -56/+0 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 1 | -83/+0 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 1 | -0/+458 |