aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....John Resig2011-04-171-1/+4
* Fix live mouseenter and mouseleave binding so they can be activated by trigge...Brian Brennan2011-04-171-2/+19
* Merge branch 'qunit_fixture'timmywil2011-04-1711-147/+147
|\
| * Update QUnit, fix visibility of #dl and pass JSLint in effects.jstimmywil2011-04-172-1/+1
| * Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-1710-146/+146
* | Make sure that hide or show don't fail when operating on non-Element nodes. F...John Resig2011-04-171-0/+4
* | Make sure that forms and selects are added to a jQuery set correctly. Fixes #...John Resig2011-04-171-2/+3
|/
* Add in unit tests for #6993.John Resig2011-04-161-1/+7
* Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery into...John Resig2011-04-161-0/+1
|\
| * Add support for setting the cellPadding attribute in IE6/7timmywil2011-04-141-0/+1
* | Backing out fix for #6481.John Resig2011-04-161-7/+2
* | revert to old code, bug is invalidJordan Boesch2011-04-151-79/+0
|/
* Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.jeresig2011-04-142-1/+28
|\
| * Ticket #8099 Performance tweaking, creditsrwldrn2011-04-132-10/+12
| * Ticket #8099 Updates per reviewrwldrn2011-04-131-2/+7
| * Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc f...rwldrn2011-04-131-2/+6
| * Ticket 8099, Reattempt with iframerwldrn2011-04-122-0/+16
* | Merge branch 'bug_4146_v2' of https://github.com/jboesch/jquery into jboesch-...jeresig2011-04-141-0/+79
|\ \
| * | fixing bug 4146 - round 2!Jordan Boesch2011-04-131-0/+79
* | | Adjust the unit tests in traversing - is(jQuery) to avoid long-running script...timmywil2011-04-141-8/+6
|/ /
* | IE9's support for SVG elements unfortunately does not extend to clearAttribut...timmywil2011-04-131-1/+1
* | Fix test suite fail in IE6/7 on event:undelegate - was failing an if where it...timmywil2011-04-131-2/+2
* | Merge branch 'fix_suite_fails' of https://github.com/timmywil/jquery into tim...Dave Methvin2011-04-124-12/+14
|\ \
| * | VML.type test was causing multiple test suite fails, fix attributes.js fail i...timmywil2011-04-124-12/+14
* | | Followup to #8753. Modify new Event constructor signature to jQuery.event(typ...Dave Methvin2011-04-121-2/+2
|/ /
* | Accessing the 'type' property on VML elements fails on IE. Fixes #7071.John Firebaugh2011-04-122-0/+8
* | Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-mas...John Resig2011-04-121-2/+8
|\ \
* \ \ Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931John Resig2011-04-121-1/+9
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of git://github.com/jquery/jquery into bug_7931Xavi2011-01-1816-378/+953
| |\ \
| * | | Bug 7931; Added unit tests for scrollTop/Left.Xavi2011-01-091-1/+3
| * | | Bug 7931; Replaced with andXavi2011-01-091-4/+4
| * | | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return nu...Xavi2011-01-091-1/+7
* | | | revert last commitlouisremi2011-04-121-1/+1
* | | | switch double quotes with single quoteslouisremi2011-04-121-1/+1
* | | | merge with master and resolve more conflictslouisremi2011-04-128-13/+184
|\ \ \ \
| * | | | Revert "QUnit test for overriding important css declarations, references #4427"jeresig2011-04-122-19/+0
| * | | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402jeresig2011-04-121-0/+14
| |\ \ \ \
| | * | | | replace cssPropsAware branchlouisremi2011-04-111-0/+14
| * | | | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-122-2/+5
| |\ \ \ \ \
| | * | | | | Double quote is the new simple quotelouisremi2011-04-111-1/+1
| | * | | | | the expected number of assertions shouldn't contain a conditionlouisremi2011-04-111-3/+3
| | * | | | | limit this test to browsers not supporting opacitylouisremi2011-04-111-2/+4
| | * | | | | Adding unit tests for #8403louisremi2011-03-072-2/+3
| * | | | | | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-masterjeresig2011-04-121-1/+27
| |\ \ \ \ \ \
| | * | | | | | Use parseFloat instead of parseInt to read CSS values.Sylvester Keil2011-01-151-0/+26
| * | | | | | | QUnit test for overriding important css declarations, references #4427Azatoth2011-04-122-0/+19
| * | | | | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug...jeresig2011-04-121-1/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IEJordan Boesch2011-03-301-1/+8
| * | | | | | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou...timmywil2011-04-111-1/+1
| * | | | | | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a wro...jaubourg2011-04-121-1/+1