| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
|\ |
|
| * | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. | Anton M | 2010-11-13 | 1 | -1/+6 |
| * | Partially revert commit a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21. | Anton M | 2010-11-10 | 1 | -64/+66 |
* | | Handle carriage return characters in className property. Fixes #7673. | Anton M | 2010-12-01 | 1 | -1/+1 |
|/ |
|
* | Remove conditional that prevents attr from working on non-Element nodes. Fixe... | Colin Snover | 2010-11-09 | 1 | -66/+63 |
* | Make sure that when multiple variables are being declared that assignments ar... | John Resig | 2010-11-09 | 1 | -3/+8 |
* | Moved jQuery.props to attributes since it was only used in support. Fixes #68... | Alex Sexton | 2010-10-25 | 1 | -0/+13 |
* | Coerce all array values to strings before comparison in val(). Fixes bug #7123. | Colin Snover | 2010-10-08 | 1 | -0/+4 |
* | Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo... | John Resig | 2010-09-28 | 1 | -1/+8 |
* | Some minor cleanup of the last commit. | jeresig | 2010-09-27 | 1 | -1/+1 |
* | Add a feature test for options inside a disabled select. Follow-up to 157a383... | jeresig | 2010-09-27 | 1 | -1/+2 |
* | Only do the hasAttribute check if the method exists - IE falls back to the ==... | jeresig | 2010-09-27 | 1 | -1/+1 |
* | Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c880ce - technique wasn'... | jeresig | 2010-09-27 | 1 | -1/+1 |
* | Make .val(undefined) == .val("") and chainable; fixes #4130. | dmethvin | 2010-09-25 | 1 | -4/+5 |
* | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -2/+4 |
* | Some minor lint fixes for the RegExp. | jeresig | 2010-09-22 | 1 | -4/+4 |
* | Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/... | jeresig | 2010-09-22 | 1 | -5/+5 |
* | Make sure that jQuery works even when the individual modules are loaded separ... | jeresig | 2010-09-08 | 1 | -0/+4 |
* | First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer... | John Resig | 2010-09-05 | 1 | -4/+0 |
* | Make sure that missing attributes return undefined in Blackberry 4.7. Fixes #... | John Resig | 2010-08-24 | 1 | -0/+6 |
* | .val() on empty options returns the text value rather than the value in Black... | John Resig | 2010-08-23 | 1 | -1/+4 |
* | Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe... | John Resig | 2010-08-23 | 1 | -1/+2 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -1/+1 |
* | No need to run trim on every class iteration in addClass, thanks for the head... | jeresig | 2010-02-13 | 1 | -2/+3 |
* | Make sure that no extra whitespace is leftover after an addClass. Fixes #6050. | jeresig | 2010-02-13 | 1 | -1/+1 |