aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* jquery attributes: closes #5234. attr() supports jQuery.fn methods.Ariel Flesler2009-09-151-2/+46
* jquery core: Closes #5189. Added a generic function to handle getting/setting...Ariel Flesler2009-09-091-0/+3
* Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h...John Resig2009-09-081-10/+17
* Fixes regression in .attr(), patch by David Flanagan. Fixes #4884.John Resig2009-07-111-3/+6
* unit tests for setting cellspacing, rowspan, and colspanBrandon Aaron2009-05-161-1/+10
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-021-8/+14
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-021-17/+46
* Added explicit module names to the new unit tests.John Resig2009-04-201-1/+3
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-221-56/+0
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-83/+0
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+458