| Commit message (Expand) | Author | Age | Files | Lines |
* | retrieving list with getAttribute is fine, no need to add list here anymore | timmywil | 2011-04-11 | 1 | -1/+1 |
* | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery | jeresig | 2011-04-10 | 1 | -14/+0 |
|\ |
|
| * | Added back support.js test for getSetAttribute and removed some duplicate cod... | timmywil | 2011-04-10 | 1 | -14/+0 |
* | | Merge branch 'modest_val_proposal' of https://github.com/timmywil/jquery into... | jeresig | 2011-04-10 | 1 | -74/+102 |
|\ \
| |/
|/| |
|
| * | Performance testing: localize val to each block and only set val to value whe... | timmywil | 2011-04-05 | 1 | -5/+6 |
| * | Remove the unused radiocheck regex | timmywil | 2011-04-04 | 1 | -2/+1 |
| * | A more modest valHooks proposal | timmywil | 2011-04-02 | 1 | -73/+101 |
* | | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery into tim... | jeresig | 2011-04-10 | 1 | -68/+148 |
|\ \ |
|
| * | | #8150 - When removing the width and height attributes in IE6/7, setting to "... | timmywil | 2011-04-09 | 1 | -12/+21 |
| * | | Normalize css property names to lowercase for comparisons on a .attr('style')... | timmywil | 2011-04-03 | 1 | -1/+2 |
| * | | Found a problem removing the style attribute in IE | timmywil | 2011-04-03 | 1 | -12/+15 |
| * | | Move the if statement in jQuery.fn.removeAttr to jQuery.removeAttr | timmywil | 2011-04-03 | 1 | -11/+11 |
| * | | Minor adjustments and cleanup, including normalizing the value to a string wh... | timmywil | 2011-04-03 | 1 | -16/+7 |
| * | | #5413 - Much shorter solution for getting width/height in ie6 | timmywil | 2011-04-03 | 1 | -15/+1 |
| * | | - Added a hook to swap display none for width and height in browsers that do ... | timmywil | 2011-04-03 | 1 | -0/+14 |
| * | | Move the check for the name attribute out of attr and down to the formHook de... | timmywil | 2011-04-03 | 1 | -2/+2 |
| * | | Shorten the logic for hooks, ternary was unnecessary | timmywil | 2011-04-03 | 1 | -3/+1 |
| * | | Add name to prop hooks as well | timmywil | 2011-04-03 | 1 | -2/+2 |
| * | | Add attribute name to paramaters for hooks | timmywil | 2011-04-03 | 1 | -23/+21 |
| * | | Style formatting | timmywil | 2011-04-03 | 1 | -2/+3 |
| * | | No longer need to check for objects or string of null with the special form t... | timmywil | 2011-04-03 | 1 | -2/+1 |
| * | | Clean up | timmywil | 2011-04-03 | 1 | -5/+7 |
| * | | Shorten even further | timmywil | 2011-04-03 | 1 | -2/+2 |
| * | | Modularize special form code for IE6/7 and clean up attr again | timmywil | 2011-04-03 | 1 | -32/+36 |
| * | | Fix issue where non-existant attributes on forms in IE6/7 were throwing errors | timmywil | 2011-04-03 | 1 | -5/+7 |
| * | | Add test for bug #3116 | timmywil | 2011-04-03 | 1 | -1/+1 |
| * | | Fix #6562, tighten up the special code for form objects, add name attrHook fo... | timmywil | 2011-04-03 | 1 | -41/+45 |
| * | | Fix #7472 and added test for #3113 | timmywil | 2011-04-03 | 1 | -1/+2 |
| * | | Non-existent attribute for jQuery.attr no longer needs to check for "undefined" | timmywil | 2011-04-03 | 1 | -4/+4 |
| * | | Performance enhancement switching nodeType to a var | timmywil | 2011-04-03 | 1 | -8/+10 |
| * | | Pass jslint, 2 missing semicolons | timmywil | 2011-04-03 | 1 | -2/+2 |
| * | | Style edits according to comments from John and rwaldron. | timmywil | 2011-04-03 | 1 | -9/+19 |
| * | | Don't use extend when setting the action attrHook for IE6/7 | timmywil | 2011-04-03 | 1 | -2/+2 |
| * | | No, don't return this. | timmywil | 2011-04-03 | 1 | -2/+0 |
| * | | Simplify jQuery.removeAttr and return this | timmywil | 2011-04-03 | 1 | -5/+6 |
| * | | Full test suite now passes in all browsers! There are probably some tweaks we... | timmywil | 2011-04-03 | 1 | -7/+9 |
| * | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing... | timmywil | 2011-04-03 | 1 | -67/+65 |
| * | | Fix feature test, accidentally got rid of closure end | timmywil | 2011-04-03 | 1 | -5/+6 |
| * | | Didn't actually need the hooks anymore | timmywil | 2011-04-03 | 1 | -16/+9 |
| * | | First proposed solution for IE6/7 get/setAttribute quirks. Needs more testin... | timmywil | 2011-04-03 | 1 | -9/+30 |
| * | | Speed up hasAttr a little | timmywil | 2011-04-03 | 1 | -11/+13 |
| * | | Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel... | timmywil | 2011-04-03 | 1 | -11/+28 |
| * | | Make the new attr/prop changes pass the test suite (in Webkit). There are st... | timmywil | 2011-04-03 | 1 | -20/+28 |
| * | | Very crude first pass at splitting apart the attr/prop logic. Also adding in ... | jeresig | 2011-04-03 | 1 | -103/+165 |
| |/ |
|
* / | Very crude first pass at splitting apart the attr/prop logic. Also adding in ... | jeresig | 2011-03-06 | 1 | -103/+165 |
|/ |
|
* | Make sure .val() works after form.reset() in IE. Fixes #2551. | rwldrn | 2011-02-10 | 1 | -0/+5 |
* | Change the way jQuery.data works so that there is no longer a chance of colli... | Colin Snover | 2011-01-09 | 1 | -2/+2 |
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -1/+1 |
* | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. | Anton M | 2010-12-07 | 1 | -2/+2 |
* | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r... | John Resig | 2010-12-06 | 1 | -64/+71 |
|\ |
|