aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Speed up hasAttr a littletimmywil2011-04-031-11/+13
* Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel...timmywil2011-04-032-40/+33
* Make the new attr/prop changes pass the test suite (in Webkit). There are st...timmywil2011-04-034-111/+126
* Very crude first pass at splitting apart the attr/prop logic. Also adding in ...jeresig2011-04-031-103/+165
* Updating the source version to 1.6pre.John Resig2011-03-311-1/+1
* Tagging the 1.5.2 release.John Resig2011-03-311-1/+1
* Merge branch 'bug_8316' of https://github.com/timmywil/jquery into timmywil-b...Dave Methvin2011-03-314-50/+17
|\
| * Fix test cases for bug #8316 fix.timmywil2011-03-314-50/+17
* | Followup commit for #7340 test case; make sure second test fires properly on ...Dave Methvin2011-03-311-2/+7
|/
* Remove crossDomain:null comment, it's not needed since undefined==null below.Dave Methvin2011-03-301-1/+0
* Merge branch 'crossDomain' of https://github.com/JessThrysoee/jquery into Jes...Dave Methvin2011-03-301-1/+1
|\
| * no need to specifically initialize crossDomain to nullJessThrysoee2011-03-111-1/+1
| * Make it possible to force the Ajax crossDomain option to false.JessThrysoee2011-03-111-2/+2
* | Fixes #8203. Remove some misguided nulling of elements done in the name of IE...Dave Methvin2011-03-302-8/+3
* | Merge branch 'makefile_fixes' of https://github.com/azatoth/jquery into azato...John Resig2011-03-301-2/+2
|\ \
| * \ Merge branch 'master' into makefile_fixesCarl Fürstenberg2011-03-223-17/+80
| |\ \
| * | | Changing dependice order for minify to prevent reminifyCarl Fürstenberg2011-03-161-2/+2
* | | | Merge branch 'fix_8346' of https://github.com/lrbabe/jquery into lrbabe-fix_8346John Resig2011-03-301-1/+2
|\ \ \ \
| * | | | comments for workarounds are always welcome.louisremi2011-02-231-0/+1
| * | | | fix the regular expression that turns camel-case properties to lower-case one...louisremi2011-02-231-1/+1
* | | | | Fixes #8692. Strange FF4 bug: values changed onto the arguments object someti...jaubourg2011-03-301-1/+4
* | | | | Update the Sizzle location to point to the newly-moved repo.John Resig2011-03-281-1/+1
* | | | | Bug #8635 Firefox uncaught exceptionrwldrn2011-03-281-1/+1
* | | | | Merge branch 'bug-3333' of https://github.com/rdworth/jqueryjeresig2011-03-241-5/+8
|\ \ \ \ \
| * | | | | Further fix for #3333, refactored marginRight css hook to use jQuery.swap and...Richard Worth2011-03-241-5/+8
* | | | | | Updating the source version to 1.5.2pre.jeresig2011-03-241-1/+1
* | | | | | Tagging the 1.5.2rc1 release.1.5.2rc1jeresig2011-03-241-1/+1
* | | | | | Land new sizzle commit.jeresig2011-03-241-0/+0
|/ / / / /
* | | | | Oops, that test file for bug #8316 was needed - was also missing an include a...jeresig2011-03-241-0/+30
* | | | | Updating Sizzle submodule to bring in the latest commit.jeresig2011-03-241-0/+0
* | | | | Fix missing semicolon.jeresig2011-03-241-1/+1
* | | | | Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-242-3/+18
* | | | | Merge branch 'bug-3333' of https://github.com/rdworth/jquery into rdworth-bug...jeresig2011-03-243-1/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-243-1/+44
| | |/ / | |/| |