aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* Test for a colon in attribute names for IE6/7. Fixes #1591.timmywil2011-05-011-2/+7
* Restores var names to satisfy the crock-machine. Supplements #9008Rick Waldron2011-04-281-4/+4
* Add tests data- and aria- attributes and the autofocus boolean attribute and ...timmywil2011-04-251-3/+6
* handle data- and aria- specialaFarkas2011-04-251-2/+3
* dealing with boolean content attributeaFarkas2011-04-251-15/+4
* Switch the form nodeName check in attr to use jQuery.nodeName for consistencytimmywil2011-04-231-1/+1
* Combine the support tests for radioValue and appendCheckedtimmywil2011-04-221-0/+1
* Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ...timmywil2011-04-211-1/+9
* Follow w3c standard for setting the common boolean attributes to the same nam...timmywil2011-04-191-1/+4
* Only use getAttributeNode on buttons when setting valuetimmywil2011-04-191-0/+3
* Fix value attribute and val for value on button elements. Fixes #1954timmywil2011-04-171-3/+3
* Add support for setting the cellPadding attribute in IE6/7timmywil2011-04-141-0/+1
* retrieving list with getAttribute is fine, no need to add list here anymoretimmywil2011-04-111-1/+1
* Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jqueryjeresig2011-04-101-14/+0
|\
| * Added back support.js test for getSetAttribute and removed some duplicate cod...timmywil2011-04-101-14/+0
* | Merge branch 'modest_val_proposal' of https://github.com/timmywil/jquery into...jeresig2011-04-101-74/+102
|\ \ | |/ |/|
| * Performance testing: localize val to each block and only set val to value whe...timmywil2011-04-051-5/+6
| * Remove the unused radiocheck regextimmywil2011-04-041-2/+1
| * A more modest valHooks proposaltimmywil2011-04-021-73/+101
* | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery into tim...jeresig2011-04-101-68/+148
|\ \
| * | #8150 - When removing the width and height attributes in IE6/7, setting to "...timmywil2011-04-091-12/+21
| * | Normalize css property names to lowercase for comparisons on a .attr('style')...timmywil2011-04-031-1/+2
| * | Found a problem removing the style attribute in IEtimmywil2011-04-031-12/+15
| * | Move the if statement in jQuery.fn.removeAttr to jQuery.removeAttrtimmywil2011-04-031-11/+11
| * | Minor adjustments and cleanup, including normalizing the value to a string wh...timmywil2011-04-031-16/+7
| * | #5413 - Much shorter solution for getting width/height in ie6timmywil2011-04-031-15/+1
| * | - Added a hook to swap display none for width and height in browsers that do ...timmywil2011-04-031-0/+14
| * | Move the check for the name attribute out of attr and down to the formHook de...timmywil2011-04-031-2/+2
| * | Shorten the logic for hooks, ternary was unnecessarytimmywil2011-04-031-3/+1
| * | Add name to prop hooks as welltimmywil2011-04-031-2/+2
| * | Add attribute name to paramaters for hookstimmywil2011-04-031-23/+21
| * | Style formattingtimmywil2011-04-031-2/+3
| * | No longer need to check for objects or string of null with the special form t...timmywil2011-04-031-2/+1
| * | Clean uptimmywil2011-04-031-5/+7
| * | Shorten even furthertimmywil2011-04-031-2/+2
| * | Modularize special form code for IE6/7 and clean up attr againtimmywil2011-04-031-32/+36
| * | Fix issue where non-existant attributes on forms in IE6/7 were throwing errorstimmywil2011-04-031-5/+7
| * | Add test for bug #3116timmywil2011-04-031-1/+1
| * | Fix #6562, tighten up the special code for form objects, add name attrHook fo...timmywil2011-04-031-41/+45
| * | Fix #7472 and added test for #3113timmywil2011-04-031-1/+2
| * | Non-existent attribute for jQuery.attr no longer needs to check for "undefined"timmywil2011-04-031-4/+4
| * | Performance enhancement switching nodeType to a vartimmywil2011-04-031-8/+10
| * | Pass jslint, 2 missing semicolonstimmywil2011-04-031-2/+2
| * | Style edits according to comments from John and rwaldron.timmywil2011-04-031-9/+19
| * | Don't use extend when setting the action attrHook for IE6/7timmywil2011-04-031-2/+2
| * | No, don't return this.timmywil2011-04-031-2/+0
| * | Simplify jQuery.removeAttr and return thistimmywil2011-04-031-5/+6
| * | Full test suite now passes in all browsers! There are probably some tweaks we...timmywil2011-04-031-7/+9
| * | Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-031-67/+65
| * | Fix feature test, accidentally got rid of closure endtimmywil2011-04-031-5/+6