| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | | | | | Fix formatting. | jeresig | 2011-04-10 | 1 | -1/+2 |
* | | | | | | | | | | | | | Merge branch 'bug_2773' of https://github.com/timmywil/jquery into timmywil-b... | jeresig | 2011-04-10 | 2 | -9/+53 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Traversing unit tests: added tests for passing invalid arguments to $.fn.not ... | timmywil | 2011-03-23 | 1 | -19/+12 |
| * | | | | | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 | timmywil | 2011-03-23 | 28 | -448/+535 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 | timmywil | 2011-02-26 | 70 | -15277/+1738 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / / / / /
| | |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi... | Timmy Willison | 2011-01-24 | 2 | -7/+58 |
* | | | | | | | | | | | | | | | Bringing in the latest Sizzle code. | jeresig | 2011-04-10 | 1 | -0/+0 |
* | | | | | | | | | | | | | | | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into r... | jeresig | 2011-04-10 | 2 | -4/+36 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Remove this.type assignment | rwldrn | 2011-04-05 | 1 | -4/+0 |
| * | | | | | | | | | | | | | | Move this.type setting to after prop set; avoid setting twice | rwldrn | 2011-04-05 | 1 | -1/+4 |
| * | | | | | | | | | | | | | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o... | rwldrn | 2011-04-05 | 2 | -9/+37 |
| | |_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge branch 'attrhooks.1.6' | jeresig | 2011-04-10 | 7 | -198/+398 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery into tim... | jeresig | 2011-04-10 | 23 | -243/+508 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | #8150 - When removing the width and height attributes in IE6/7, setting to "... | timmywil | 2011-04-09 | 2 | -17/+26 |
| | * | | | | | | | | | | | | | IE8 testing for lowercasing the css properties on retrieving style; had assum... | timmywil | 2011-04-09 | 2 | -5/+5 |
| | * | | | | | | | | | | | | | Normalize css property names to lowercase for comparisons on a .attr('style')... | timmywil | 2011-04-03 | 2 | -3/+4 |
| | * | | | | | | | | | | | | | Found a problem removing the style attribute in IE | timmywil | 2011-04-03 | 2 | -16/+24 |
| | * | | | | | | | | | | | | | 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 | 3 | -16/+10 |
| | * | | | | | | | | | | | | | - Added a hook to swap display none for width and height in browsers that do ... | timmywil | 2011-04-03 | 3 | -5/+24 |
| | * | | | | | | | | | | | | | Move the check for the name attribute out of attr and down to the formHook de... | timmywil | 2011-04-03 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | Add style attribute support tests to $.attr | timmywil | 2011-04-03 | 1 | -2/+5 |
| | * | | | | | | | | | | | | | 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 | 2 | -9/+12 |
| | * | | | | | | | | | | | | | Add test for bug #3116 | timmywil | 2011-04-03 | 2 | -5/+13 |
| | * | | | | | | | | | | | | | Add test for bug#3685, remove added html and add dynamicly to avoid global te... | timmywil | 2011-04-03 | 2 | -3/+6 |
| | * | | | | | | | | | | | | | Fix #6562, tighten up the special code for form objects, add name attrHook fo... | timmywil | 2011-04-03 | 3 | -57/+70 |
| | * | | | | | | | | | | | | | Fix #7472 and added test for #3113 | timmywil | 2011-04-03 | 3 | -4/+8 |
| | * | | | | | | | | | | | | | 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 |
| | * | | | | | | | | | | | | | 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 | 2 | -9/+44 |
| | * | | | | | | | | | | | | | 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 | 2 | -8/+11 |
| | * | | | | | | | | | | | | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing... | timmywil | 2011-04-03 | 4 | -70/+68 |
| | * | | | | | | | | | | | | | Fix feature test, accidentally got rid of closure end | timmywil | 2011-04-03 | 2 | -6/+7 |
| | * | | | | | | | | | | | | | 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 | 2 | -10/+34 |