aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* Coerce all array values to strings before comparison in val(). Fixes bug #7123.Colin Snover2010-10-081-0/+4
* Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo...John Resig2010-09-281-1/+8
* Some minor cleanup of the last commit.jeresig2010-09-271-1/+1
* Add a feature test for options inside a disabled select. Follow-up to 157a383...jeresig2010-09-271-1/+2
* Only do the hasAttribute check if the method exists - IE falls back to the ==...jeresig2010-09-271-1/+1
* Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c880ce - technique wasn'...jeresig2010-09-271-1/+1
* Make .val(undefined) == .val("") and chainable; fixes #4130.dmethvin2010-09-251-4/+5
* Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-241-2/+4
* Some minor lint fixes for the RegExp.jeresig2010-09-221-4/+4
* Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...jeresig2010-09-221-5/+5
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-0/+4
* First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer...John Resig2010-09-051-4/+0
* Make sure that missing attributes return undefined in Blackberry 4.7. Fixes #...John Resig2010-08-241-0/+6
* .val() on empty options returns the text value rather than the value in Black...John Resig2010-08-231-1/+4
* Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...John Resig2010-08-231-1/+2
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-1/+1
* No need to run trim on every class iteration in addClass, thanks for the head...jeresig2010-02-131-2/+3
* Make sure that no extra whitespace is leftover after an addClass. Fixes #6050.jeresig2010-02-131-1/+1
* spelling mistake (insead)tomviner2010-02-061-1/+1
* Make sure the resulting className from removeClass is nicely trimmed. Fixes #...jeresig2010-02-011-1/+1
* Centralize the logic for throwing exceptions. Fixes #5913.jeresig2010-01-231-1/+1
* Removed .removeAttr(Function), it didn't really make sense.jeresig2010-01-071-8/+1
* Make sure the state is passed in to the toggleClass attribute function.jeresig2010-01-071-1/+1
* Fixed some bugs relating to the setter arg change in val and html. Also optim...jeresig2010-01-071-17/+12
* Fixing some bugs in the re-tooling of toggleClass, adding in some performance...jeresig2010-01-061-10/+11
* A first pass at making sure that all the setter function arguments receive th...jeresig2010-01-061-52/+62
* Make a feature detect for the attribute selected code. Fixes #5702.jeresig2009-12-221-7/+10
* The option isn't, necessarily, hidden when this occurs.jeresig2009-12-221-1/+1
* Make sure that selected works in Safari on options in optgroups. Fixes #5701.jeresig2009-12-221-3/+8
* The logic for specified option values was already handled by .val(), removed ...jeresig2009-12-221-3/+1
* Make sure that the correct value is being pulled from checkboxes in Webkit. F...jeresig2009-12-221-3/+10
* Make sure that the correct value is retreived for options that have no value ...jeresig2009-12-221-1/+3
* Made sure that the .val() logic for setting radios and checkboxes was correct...jeresig2009-12-221-1/+1
* Fixed the issue where getting an empty value was impossible. Fixes #5697.jeresig2009-12-221-1/+1
* Standardize on using double-quotes for string literals.jeresig2009-12-211-2/+2
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-211-5/+7
* Disabled the passthrough .attr(method_name) functionality. You can now use it...jeresig2009-12-181-2/+2
* Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70fa688201, it was ...jeresig2009-12-181-8/+1
* Brought the attributes module more inline with the jQuery style guidelines.jeresig2009-12-181-35/+58
* Stick with just getter/setters in attrFn.jeresig2009-12-171-5/+1
* Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902.jeresig2009-12-161-1/+1
* Enforce that hasClass and removeClass work even with tabs and endlines in cla...Batiste Bieler2009-12-141-2/+4
* Disable getting values using the .attr() function shortcut until the full imp...jeresig2009-12-141-1/+1
* Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.John Resig2009-12-111-2/+2
* Missed the case of bind in the new attr multi-setter.John Resig2009-12-101-1/+2
* Restrict the attr quick setters to only methods that specifically ask for the...John Resig2009-12-091-1/+16
* Fix up whitespace and a couple of glitches.Yehuda Katz2009-12-091-20/+13
* Add function values to addClass, removeClass, toggleClass, text, and removeAttrYehuda Katz2009-12-091-5/+28
* Handle changing form attributes correctly when there is a child element with ...David Petersen2009-12-091-1/+7
* added curly braces around all if/else statementsKarl Swedberg2009-11-281-30/+34