aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-141-3/+8
* | | | | | | | | | | | | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-101-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixes #7369 - Using an attribute selector for a non-existent attribute raised...timmywil2011-03-301-1/+5
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d...jeresig2011-04-101-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Improve speed of $.map with object support (-5% previous speed) and improve ....Dan Heberden2011-04-042-2/+2
| * | | | | | | | | | | | | jQuery.map to iterate over objects with a .length propertyDan Heberden2011-03-211-5/+7
| * | | | | | | | | | | | | Fixes 2616; Pull in #252 by jboesch: jQuery.map with object supportDan Heberden2011-03-211-0/+0
| * | | | | | | | | | | | | Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6Dan Heberden2011-03-211-7/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Bug 2616; Adding object support to jQuery.mapJordan Boesch2011-02-271-7/+5
| | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...jeresig2011-04-101-1/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Remove test for bug #7369 to move the fix to a separate branch for a sooner pulltimmywil2011-03-301-3/+0
| * | | | | | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-304-1/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Bug #7369: Check non-existent attribute as well to be suretimmywil2011-03-251-1/+2
| * | | | | | | | | | | | | | Bug #7369: Add test for disconnected node in closest when passing attribute s...timmywil2011-03-251-1/+3
| * | | | | | | | | | | | | | Closest unit tests: add one for passing a jQuery collection with multiple ele...timmywil2011-03-231-2/+4
| * | | | | | | | | | | | | | Add node and jQuery object support to $.fn.closesttimmywil2011-03-211-0/+14
| * | | | | | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-163-3/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...timmywil2011-03-161-5/+20
| * | | | | | | | | | | | | | | Starting with adding the testtimmywil2011-03-131-0/+9
* | | | | | | | | | | | | | | | Merge branch 'bug_2773' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-101-7/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | 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-2318-222/+294
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://github.com/jquery/jquery into bug_2773timmywil2011-02-2650-14832/+1139
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi...Timmy Willison2011-01-241-5/+55
* | | | | | | | | | | | | | | | | | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into r...jeresig2011-04-101-0/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o...rwldrn2011-04-051-6/+23
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'attrhooks.1.6'jeresig2011-04-103-91/+146
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | #8150 - When removing the width and height attributes in IE6/7, setting to "...timmywil2011-04-091-5/+5
| * | | | | | | | | | | | | | | | IE8 testing for lowercasing the css properties on retrieving style; had assum...timmywil2011-04-091-2/+2
| * | | | | | | | | | | | | | | | Normalize css property names to lowercase for comparisons on a .attr('style')...timmywil2011-04-031-2/+2
| * | | | | | | | | | | | | | | | Found a problem removing the style attribute in IEtimmywil2011-04-031-4/+9
| * | | | | | | | | | | | | | | | #5413 - Much shorter solution for getting width/height in ie6timmywil2011-04-032-1/+9
| * | | | | | | | | | | | | | | | - Added a hook to swap display none for width and height in browsers that do ...timmywil2011-04-031-4/+8
| * | | | | | | | | | | | | | | | Add style attribute support tests to $.attrtimmywil2011-04-031-2/+5
| * | | | | | | | | | | | | | | | Fix issue where non-existant attributes on forms in IE6/7 were throwing errorstimmywil2011-04-031-4/+5
| * | | | | | | | | | | | | | | | Add test for bug #3116timmywil2011-04-031-4/+12
| * | | | | | | | | | | | | | | | 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-032-16/+25
| * | | | | | | | | | | | | | | | Fix #7472 and added test for #3113timmywil2011-04-032-3/+6
| * | | | | | | | | | | | | | | | 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-031-0/+25
| * | | | | | | | | | | | | | | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-031-1/+1
| * | | | | | | | | | | | | | | | Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel...timmywil2011-04-031-29/+5
| * | | | | | | | | | | | | | | | Make the new attr/prop changes pass the test suite (in Webkit). There are st...timmywil2011-04-032-90/+97
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | / / / / / Fixes #7328. When getting data- attributes, after-cap any embedded dashes per...Alexis Abril2011-04-101-1/+18
| |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Renames chain as pipe.jaubourg2011-04-081-16/+16
* | | | | | | | | | | | | | | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bu...Dave Methvin2011-04-071-0/+13
* | | | | | | | | | | | | | | Merge branch 'master' of github.com:jquery/jqueryDave Methvin2011-04-073-144/+295
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ...jaubourg2011-04-071-0/+20