| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Normalize css property names to lowercase for comparisons on a .attr('style')... | timmywil | 2011-04-03 | 1 | -2/+2 |
* | Found a problem removing the style attribute in IE | timmywil | 2011-04-03 | 1 | -4/+9 |
* | #5413 - Much shorter solution for getting width/height in ie6 | timmywil | 2011-04-03 | 1 | -1/+5 |
* | - Added a hook to swap display none for width and height in browsers that do ... | timmywil | 2011-04-03 | 1 | -4/+8 |
* | Add style attribute support tests to $.attr | timmywil | 2011-04-03 | 1 | -2/+5 |
* | Fix issue where non-existant attributes on forms in IE6/7 were throwing errors | timmywil | 2011-04-03 | 1 | -4/+5 |
* | Add test for bug #3116 | timmywil | 2011-04-03 | 1 | -4/+12 |
* | Add test for bug#3685, remove added html and add dynamicly to avoid global te... | timmywil | 2011-04-03 | 1 | -1/+6 |
* | Fix #6562, tighten up the special code for form objects, add name attrHook fo... | timmywil | 2011-04-03 | 1 | -15/+23 |
* | Fix #7472 and added test for #3113 | timmywil | 2011-04-03 | 1 | -3/+5 |
* | Test description | timmywil | 2011-04-03 | 1 | -1/+1 |
* | Restored 6 tests that I had commented to come back to later to split up betwe... | timmywil | 2011-04-03 | 1 | -21/+24 |
* | Style edits according to comments from John and rwaldron. | timmywil | 2011-04-03 | 1 | -0/+25 |
* | Continuing IE7 testing, conditional attr fixes and hooks with feature testing... | timmywil | 2011-04-03 | 1 | -1/+1 |
* | Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel... | timmywil | 2011-04-03 | 1 | -29/+5 |
* | Make the new attr/prop changes pass the test suite (in Webkit). There are st... | timmywil | 2011-04-03 | 1 | -88/+93 |
* | Make sure .val() works after form.reset() in IE. Fixes #2551. | rwldrn | 2011-02-10 | 1 | -0/+19 |
* | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -1/+1 |
* | Change the way jQuery.data works so that there is no longer a chance of colli... | Colin Snover | 2011-01-09 | 1 | -6/+4 |
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -33/+33 |
* | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte... | jeresig | 2010-12-09 | 1 | -4/+4 |
|\ |
|
| * | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. | Anton M | 2010-12-07 | 1 | -4/+4 |
* | | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into rwldrn-s... | jeresig | 2010-12-09 | 1 | -0/+25 |
|\ \
| |/
|/| |
|
| * | Support unit test for #6897 | rwldrn | 2010-11-09 | 1 | -0/+25 |
* | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r... | John Resig | 2010-12-06 | 1 | -3/+48 |
|\ \ |
|
| * | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. | Anton M | 2010-11-13 | 1 | -3/+48 |
| |/ |
|
* / | Handle carriage return characters in className property. Fixes #7673. | Anton M | 2010-12-01 | 1 | -4/+8 |
|/ |
|
* | Remove conditional that prevents attr from working on non-Element nodes. Fixe... | Colin Snover | 2010-11-09 | 1 | -1/+3 |
* | Update number of expected assertions in attribute tests | Anton M | 2010-10-19 | 1 | -2/+2 |
* | Coerce all array values to strings before comparison in val(). Fixes bug #7123. | Colin Snover | 2010-10-08 | 1 | -1/+13 |
* | Make sure that ambiguous val() selection works correctly. | John Resig | 2010-09-28 | 1 | -1/+9 |
* | Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo... | John Resig | 2010-09-28 | 1 | -1/+6 |
* | Make .val(undefined) == .val("") and chainable; fixes #4130. | dmethvin | 2010-09-25 | 1 | -1/+7 |
* | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -1/+9 |
* | Fixed the number of expected class tests from a previous commit. Thanks to @b... | John Resig | 2010-09-22 | 1 | -2/+2 |
* | Tweaked anchor test to work better on Blackberry 4.7. | John Resig | 2010-08-26 | 1 | -1/+2 |
* | Simplifying some of the .val() test code. | John Resig | 2010-08-23 | 1 | -4/+1 |
* | Replace usage of the removed global reset() method with QUnit.reset(). | jzaefferer | 2010-07-28 | 1 | -5/+5 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -4/+8 |
* | No need to run trim on every class iteration in addClass, thanks for the head... | jeresig | 2010-02-13 | 1 | -1/+5 |
* | If .attr() is run on no elements undefined should be returned (as should be t... | jeresig | 2010-02-13 | 1 | -1/+4 |
* | Make sure that no extra whitespace is leftover after an addClass. Fixes #6050. | jeresig | 2010-02-13 | 1 | -1/+10 |
* | Make sure the resulting className from removeClass is nicely trimmed. Fixes #... | jeresig | 2010-02-01 | 1 | -1/+12 |
* | Added tests for attribute function setters. | jeresig | 2010-01-07 | 1 | -9/+141 |
* | Moved the val() tests from manipulation into attributes. | jeresig | 2010-01-07 | 1 | -0/+86 |
* | Make sure that selected works in Safari on options in optgroups. Fixes #5701. | jeresig | 2009-12-22 | 1 | -1/+7 |
* | Temporarily disabling test for bug #4299. | jeresig | 2009-12-18 | 1 | -2/+3 |
* | Disabled the passthrough .attr(method_name) functionality. You can now use it... | jeresig | 2009-12-18 | 1 | -6/+6 |
* | added a couple missing semicolons and fixed a typo in the comments | Karl Swedberg | 2009-12-18 | 1 | -3/+3 |
* | Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one o... | jeresig | 2009-12-17 | 1 | -4/+1 |