Made it so that you no longer need to build jQuery in order to run the test suite...
[jquery.git] / src / attributes.js
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-02-13 jeresigNo need to run trim on every class iteration in addClas...
2010-02-13 jeresigMake sure that no extra whitespace is leftover after...
2010-02-06 tomvinerspelling mistake (insead)
2010-02-02 jeresigMake sure the resulting className from removeClass...
2010-01-23 jeresigCentralize the logic for throwing exceptions. Fixes...
2010-01-07 jeresigRemoved .removeAttr(Function), it didn't really make...
2010-01-07 jeresigMake sure the state is passed in to the toggleClass...
2010-01-07 jeresigFixed some bugs relating to the setter arg change in...
2010-01-06 jeresigFixing some bugs in the re-tooling of toggleClass,...
2010-01-06 jeresigA first pass at making sure that all the setter functio...
2009-12-22 jeresigMake a feature detect for the attribute selected code...
2009-12-22 jeresigThe option isn't, necessarily, hidden when this occurs.
2009-12-22 jeresigMake sure that selected works in Safari on options...
2009-12-22 jeresigThe logic for specified option values was already handl...
2009-12-22 jeresigMake sure that the correct value is being pulled from...
2009-12-22 jeresigMake sure that the correct value is retreived for optio...
2009-12-22 jeresigMade sure that the .val() logic for setting radios...
2009-12-22 jeresigFixed the issue where getting an empty value was imposs...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-18 jeresigBacking out the change from 841f9ff7a1815b521044aeeb39c...
2009-12-18 jeresigBrought the attributes module more inline with the...
2009-12-17 jeresigStick with just getter/setters in attrFn.
2009-12-16 jeresigReverted accidental commit in 5197ac9fc8aa71c2ebc0d7217...
2009-12-14 Batiste BielerEnforce that hasClass and removeClass work even with...
2009-12-14 jeresigDisable getting values using the .attr() function short...
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-10 John ResigMissed the case of bind in the new attr multi-setter.
2009-12-10 John ResigRestrict the attr quick setters to only methods that...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-09 David PetersenHandle changing form attributes correctly when there...
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-09-15 Ariel Fleslerjquery attributes: closes #5234. attr() supports jQuery...
2009-09-09 Ariel Fleslerjquery core: Closes #5189. Added a generic function...
2009-09-08 John ResigRemoved jQuery.className.(has|remove|add) in favor...
2009-07-23 John ResigFix for incorrect options being selected (noticed same...
2009-07-19 John ResigStandardize on using .nodeName in place of .tagName...
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
2009-07-12 Yehuda KatzSupport for .foo(Function) and testing. TODO: More...
2009-07-11 John ResigFixes regression in .attr(), patch by David Flanagan...
2009-05-02 Brandon Aaronmake sure toggleClass does not delete classNames when...
2009-05-02 Brandon AarontoggleClass can now toggle multiple classNames (space...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-22 Brandon Aaronmoving some vars from manipulations.js to attributes.js
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...