added curly braces around all if/else statements
[jquery.git] / src / attributes.js
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...