aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Didn't actually need the hooks anymoretimmywil2011-04-031-16/+9
| * | First proposed solution for IE6/7 get/setAttribute quirks. Needs more testin...timmywil2011-04-031-9/+30
| * | Speed up hasAttr a littletimmywil2011-04-031-11/+13
| * | Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel...timmywil2011-04-031-11/+28
| * | Make the new attr/prop changes pass the test suite (in Webkit). There are st...timmywil2011-04-031-20/+28
| * | Very crude first pass at splitting apart the attr/prop logic. Also adding in ...jeresig2011-04-031-103/+165
| |/
* / Very crude first pass at splitting apart the attr/prop logic. Also adding in ...jeresig2011-03-061-103/+165
|/
* Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-101-0/+5
* Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-2/+2
* Clean trailing whitespace from all files.Colin Snover2010-12-301-1/+1
* Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.Anton M2010-12-071-2/+2
* Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r...John Resig2010-12-061-64/+71
|\
| * Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500.Anton M2010-11-131-1/+6
| * Partially revert commit a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21.Anton M2010-11-101-64/+66
* | Handle carriage return characters in className property. Fixes #7673.Anton M2010-12-011-1/+1
|/
* Remove conditional that prevents attr from working on non-Element nodes. Fixe...Colin Snover2010-11-091-66/+63
* Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-3/+8
* Moved jQuery.props to attributes since it was only used in support. Fixes #68...Alex Sexton2010-10-251-0/+13
* Coerce all array values to strings before comparison in val(). Fixes bug #7123.Colin Snover2010-10-081-0/+4
* Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo...John Resig2010-09-281-1/+8
* Some minor cleanup of the last commit.jeresig2010-09-271-1/+1
* Add a feature test for options inside a disabled select. Follow-up to 157a383...jeresig2010-09-271-1/+2