aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Fix formatting.jeresig2011-04-101-1/+2
* | | | | | | | | | | | | Merge branch 'bug_2773' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-102-9/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Traversing unit tests: added tests for passing invalid arguments to $.fn.not ...timmywil2011-03-231-19/+12
| * | | | | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773timmywil2011-03-2328-448/+535
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://github.com/jquery/jquery into bug_2773timmywil2011-02-2670-15277/+1738
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi...Timmy Willison2011-01-242-7/+58
* | | | | | | | | | | | | | | Bringing in the latest Sizzle code.jeresig2011-04-101-0/+0
* | | | | | | | | | | | | | | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into r...jeresig2011-04-102-4/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove this.type assignmentrwldrn2011-04-051-4/+0
| * | | | | | | | | | | | | | Move this.type setting to after prop set; avoid setting twicerwldrn2011-04-051-1/+4
| * | | | | | | | | | | | | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o...rwldrn2011-04-052-9/+37
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'attrhooks.1.6'jeresig2011-04-107-198/+398
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery into tim...jeresig2011-04-1023-243/+508
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | #8150 - When removing the width and height attributes in IE6/7, setting to "...timmywil2011-04-092-17/+26
| | * | | | | | | | | | | | | IE8 testing for lowercasing the css properties on retrieving style; had assum...timmywil2011-04-092-5/+5
| | * | | | | | | | | | | | | Normalize css property names to lowercase for comparisons on a .attr('style')...timmywil2011-04-032-3/+4
| | * | | | | | | | | | | | | Found a problem removing the style attribute in IEtimmywil2011-04-032-16/+24
| | * | | | | | | | | | | | | 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-033-16/+10
| | * | | | | | | | | | | | | - Added a hook to swap display none for width and height in browsers that do ...timmywil2011-04-033-5/+24
| | * | | | | | | | | | | | | Move the check for the name attribute out of attr and down to the formHook de...timmywil2011-04-031-2/+2
| | * | | | | | | | | | | | | Add style attribute support tests to $.attrtimmywil2011-04-031-2/+5
| | * | | | | | | | | | | | | 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-032-9/+12
| | * | | | | | | | | | | | | Add test for bug #3116timmywil2011-04-032-5/+13
| | * | | | | | | | | | | | | Add test for bug#3685, remove added html and add dynamicly to avoid global te...timmywil2011-04-032-3/+6
| | * | | | | | | | | | | | | Fix #6562, tighten up the special code for form objects, add name attrHook fo...timmywil2011-04-033-57/+70
| | * | | | | | | | | | | | | Fix #7472 and added test for #3113timmywil2011-04-033-4/+8
| | * | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | Test descriptiontimmywil2011-04-031-1/+1
| | * | | | | | | | | | | | | Restored 6 tests that I had commented to come back to later to split up betwe...timmywil2011-04-031-21/+24
| | * | | | | | | | | | | | | Style edits according to comments from John and rwaldron.timmywil2011-04-032-9/+44
| | * | | | | | | | | | | | | 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-032-8/+11
| | * | | | | | | | | | | | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-034-70/+68
| | * | | | | | | | | | | | | Fix feature test, accidentally got rid of closure endtimmywil2011-04-032-6/+7
| | * | | | | | | | | | | | | 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-032-10/+34