| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed .removeAttr(Function), it didn't really make sense. | jeresig | 2010-01-07 | 1 | -8/+1 |
* | Make sure the state is passed in to the toggleClass attribute function. | jeresig | 2010-01-07 | 1 | -1/+1 |
* | Fixed some bugs relating to the setter arg change in val and html. Also optim... | jeresig | 2010-01-07 | 1 | -17/+12 |
* | Fixing some bugs in the re-tooling of toggleClass, adding in some performance... | jeresig | 2010-01-06 | 1 | -10/+11 |
* | A first pass at making sure that all the setter function arguments receive th... | jeresig | 2010-01-06 | 1 | -52/+62 |
* | Make a feature detect for the attribute selected code. Fixes #5702. | jeresig | 2009-12-22 | 1 | -7/+10 |
* | The option isn't, necessarily, hidden when this occurs. | jeresig | 2009-12-22 | 1 | -1/+1 |
* | Make sure that selected works in Safari on options in optgroups. Fixes #5701. | jeresig | 2009-12-22 | 1 | -3/+8 |
* | The logic for specified option values was already handled by .val(), removed ... | jeresig | 2009-12-22 | 1 | -3/+1 |
* | Make sure that the correct value is being pulled from checkboxes in Webkit. F... | jeresig | 2009-12-22 | 1 | -3/+10 |
* | Make sure that the correct value is retreived for options that have no value ... | jeresig | 2009-12-22 | 1 | -1/+3 |
* | Made sure that the .val() logic for setting radios and checkboxes was correct... | jeresig | 2009-12-22 | 1 | -1/+1 |
* | Fixed the issue where getting an empty value was impossible. Fixes #5697. | jeresig | 2009-12-22 | 1 | -1/+1 |
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -2/+2 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -5/+7 |
* | Disabled the passthrough .attr(method_name) functionality. You can now use it... | jeresig | 2009-12-18 | 1 | -2/+2 |
* | Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70fa688201, it was ... | jeresig | 2009-12-18 | 1 | -8/+1 |
* | Brought the attributes module more inline with the jQuery style guidelines. | jeresig | 2009-12-18 | 1 | -35/+58 |
* | Stick with just getter/setters in attrFn. | jeresig | 2009-12-17 | 1 | -5/+1 |
* | Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902. | jeresig | 2009-12-16 | 1 | -1/+1 |
* | Enforce that hasClass and removeClass work even with tabs and endlines in cla... | Batiste Bieler | 2009-12-14 | 1 | -2/+4 |
* | Disable getting values using the .attr() function shortcut until the full imp... | jeresig | 2009-12-14 | 1 | -1/+1 |
* | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f. | John Resig | 2009-12-11 | 1 | -2/+2 |
* | Missed the case of bind in the new attr multi-setter. | John Resig | 2009-12-10 | 1 | -1/+2 |
* | Restrict the attr quick setters to only methods that specifically ask for the... | John Resig | 2009-12-09 | 1 | -1/+16 |
* | Fix up whitespace and a couple of glitches. | Yehuda Katz | 2009-12-09 | 1 | -20/+13 |
* | Add function values to addClass, removeClass, toggleClass, text, and removeAttr | Yehuda Katz | 2009-12-09 | 1 | -5/+28 |
* | Handle changing form attributes correctly when there is a child element with ... | David Petersen | 2009-12-09 | 1 | -1/+7 |
* | added curly braces around all if/else statements | Karl Swedberg | 2009-11-28 | 1 | -30/+34 |
* | jquery attributes: closes #5234. attr() supports jQuery.fn methods. | Ariel Flesler | 2009-09-15 | 1 | -0/+4 |
* | jquery core: Closes #5189. Added a generic function to handle getting/setting... | Ariel Flesler | 2009-09-09 | 1 | -29/+1 |
* | Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h... | John Resig | 2009-09-08 | 1 | -36/+59 |
* | Fix for incorrect options being selected (noticed same problem with radio/che... | John Resig | 2009-07-23 | 1 | -4/+2 |
* | Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923. | John Resig | 2009-07-19 | 1 | -2/+2 |
* | Standardizing on .test() and .exec() - moving away from using .match() for Re... | John Resig | 2009-07-19 | 1 | -3/+3 |
* | Support for .foo(Function) and testing. TODO: More tests | Yehuda Katz | 2009-07-12 | 1 | -5/+15 |
* | Fixes regression in .attr(), patch by David Flanagan. Fixes #4884. | John Resig | 2009-07-11 | 1 | -24/+20 |
* | make sure toggleClass does not delete classNames when forcefully removing cla... | Brandon Aaron | 2009-05-02 | 1 | -5/+4 |
* | toggleClass can now toggle multiple classNames (space seperated list) and tog... | Brandon Aaron | 2009-05-02 | 1 | -3/+19 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -2/+2 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 1 | -164/+15 |
* | moving some vars from manipulations.js to attributes.js | Brandon Aaron | 2009-03-22 | 1 | -0/+5 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 1 | -0/+390 |