aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* added curly braces around all if/else statementsKarl Swedberg2009-11-281-30/+34
* jquery attributes: closes #5234. attr() supports jQuery.fn methods.Ariel Flesler2009-09-151-0/+4
* jquery core: Closes #5189. Added a generic function to handle getting/setting...Ariel Flesler2009-09-091-29/+1
* Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h...John Resig2009-09-081-36/+59
* Fix for incorrect options being selected (noticed same problem with radio/che...John Resig2009-07-231-4/+2
* Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923.John Resig2009-07-191-2/+2
* Standardizing on .test() and .exec() - moving away from using .match() for Re...John Resig2009-07-191-3/+3
* Support for .foo(Function) and testing. TODO: More testsYehuda Katz2009-07-121-5/+15
* Fixes regression in .attr(), patch by David Flanagan. Fixes #4884.John Resig2009-07-111-24/+20
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-021-5/+4
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-021-3/+19
* remove trailing spacesBrandon Aaron2009-03-231-2/+2
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-164/+15
* moving some vars from manipulations.js to attributes.jsBrandon Aaron2009-03-221-0/+5
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+390