| Commit message (Expand) | Author | Age | Files | Lines |
* | Coerce all array values to strings before comparison in val(). Fixes bug #7123. | Colin Snover | 2010-10-08 | 1 | -0/+4 |
* | Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo... | John Resig | 2010-09-28 | 1 | -1/+8 |
* | Some minor cleanup of the last commit. | jeresig | 2010-09-27 | 1 | -1/+1 |
* | Add a feature test for options inside a disabled select. Follow-up to 157a383... | jeresig | 2010-09-27 | 1 | -1/+2 |
* | Only do the hasAttribute check if the method exists - IE falls back to the ==... | jeresig | 2010-09-27 | 1 | -1/+1 |
* | Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c880ce - technique wasn'... | jeresig | 2010-09-27 | 1 | -1/+1 |
* | Make .val(undefined) == .val("") and chainable; fixes #4130. | dmethvin | 2010-09-25 | 1 | -4/+5 |
* | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -2/+4 |
* | Some minor lint fixes for the RegExp. | jeresig | 2010-09-22 | 1 | -4/+4 |
* | Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/... | jeresig | 2010-09-22 | 1 | -5/+5 |
* | Make sure that jQuery works even when the individual modules are loaded separ... | jeresig | 2010-09-08 | 1 | -0/+4 |
* | First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer... | John Resig | 2010-09-05 | 1 | -4/+0 |
* | Make sure that missing attributes return undefined in Blackberry 4.7. Fixes #... | John Resig | 2010-08-24 | 1 | -0/+6 |
* | .val() on empty options returns the text value rather than the value in Black... | John Resig | 2010-08-23 | 1 | -1/+4 |
* | Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe... | John Resig | 2010-08-23 | 1 | -1/+2 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -1/+1 |
* | No need to run trim on every class iteration in addClass, thanks for the head... | jeresig | 2010-02-13 | 1 | -2/+3 |
* | Make sure that no extra whitespace is leftover after an addClass. Fixes #6050. | jeresig | 2010-02-13 | 1 | -1/+1 |
* | spelling mistake (insead) | tomviner | 2010-02-06 | 1 | -1/+1 |
* | Make sure the resulting className from removeClass is nicely trimmed. Fixes #... | jeresig | 2010-02-01 | 1 | -1/+1 |
* | Centralize the logic for throwing exceptions. Fixes #5913. | jeresig | 2010-01-23 | 1 | -1/+1 |
* | 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 |