Tagging the 1.5rc1 release.
[jquery.git] / src / attributes.js
2011-01-09 Colin SnoverChange the way jQuery.data works so that there is no...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-07 Anton MFix attr() problems in IE with attribute nodes. Followu...
2010-12-06 John ResigMerge branch 'restrictAttr' of https://github.com/jitte...
2010-12-01 Anton MHandle carriage return characters in className property...
2010-11-13 Anton MMake sure attr() works on non DOM element nodes. Fixes...
2010-11-09 Anton MPartially revert commit a64dc0405064d68c7b7cd0f0fc8ea60...
2010-11-09 Colin SnoverRemove conditional that prevents attr from working...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-10-25 Alex SextonMoved jQuery.props to attributes since it was only...
2010-10-09 Colin SnoverCoerce all array values to strings before comparison...
2010-09-28 John ResigMake .attr(name, null) equivalent to removeAttr(name...
2010-09-27 jeresigSome minor cleanup of the last commit.
2010-09-27 jeresigAdd a feature test for options inside a disabled select...
2010-09-27 jeresigOnly do the hasAttribute check if the method exists...
2010-09-27 jeresigBug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c8...
2010-09-24 dmethvinMake .val(undefined) == .val("") and chainable; fixes...
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-09-22 jeresigSome minor lint fixes for the RegExp.
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-05 John ResigFirst pass at unifying the various CSS methods in jQuer...
2010-08-24 John ResigMake sure that missing attributes return undefined...
2010-08-23 John Resig.val() on empty options returns the text value rather...
2010-08-23 John ResigFixing getting/setting classes and makeArray(RegExp...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
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...