aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'bug_6158' of https://github.com/jboesch/jquery into jboesch-bug...John Resig2011-03-151-2/+5
| |\
| | * bug 6158; fixing replaceWith from throwing errors on non existant elements; f...Jordan Boesch2011-03-051-2/+2
| | * bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-2/+5
| * | Introduce submodules, closes #8536Carl Fürstenberg2011-03-151-0/+0
| * | Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ...jaubourg2011-03-151-1/+11
| |/
* | 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
|/
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-0314-221/+235
* Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-031-5/+11
* Grouped up the testgnarf2011-02-241-13/+9
* A quick change to detect AIR urlsgnarf2011-02-241-0/+12
* Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-3/+4
* Bug #6911 - Prevent action on disabled elements, both triggering and bound vi...Dan Heberden2011-02-181-61/+94
* Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-41/+9
* Fix a some inaccuracies in the original test case for #7912.Anton M2011-02-171-16/+26
* Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ...louisremi2011-02-171-15/+38
* Only perpetrate the .toJSON hack on data caches when they are attached to a p...Dave Methvin2011-02-171-6/+0
* Fixes #8297. Makes sure response headers with empty values are handled proper...jaubourg2011-02-172-3/+11
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-152-15/+0
* Fix some whitespace issues.Anton M2011-02-151-6/+6
* Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ...Dave Methvin2011-02-151-0/+11
* Fixes #8277. Sets data to undefined rather than null when it is not provided ...jaubourg2011-02-151-0/+15
* Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-153-9/+9
* Hide metadata when serializing JS objects using JSON.stringify via a toJSON h...Colin Snover2011-02-141-3/+29
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-142-0/+15
|\
| * Bug #8099 - Always restore to correct display value based on element's expect...rwldrn2011-01-312-0/+15
* | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-...jeresig2011-02-147-13/+13
|\ \
| * | Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...Alex Sexton2011-01-237-13/+13
* | | Fix breaking test in Chrome.Anton M2011-02-141-1/+1
* | | Don't add "px" to unit-less properties when animating them. Fixes #4966.Anton M2011-02-131-0/+10
* | | Clean up whitespace in test/unit/effects.jsAnton M2011-02-131-44/+37
* | | Follow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17.Anton M2011-02-131-3/+3
* | | Remove old cruft from test folder. Change "polluted" test suite loader to use...Anton M2011-02-1323-13958/+70
* | | Add readyWait tests. Fixes #8145.jrburke2011-02-123-0/+111
* | | Remove duplicate test.Anton M2011-02-111-3/+1
* | | Simplifies status normalization in xhr transport. Local file test modified fo...jaubourg2011-02-111-15/+29
* | | Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-101-0/+19
* | | Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-101-6/+13
* | | Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-101-30/+26
* | | No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-102-518/+1
* | | Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ...Anton M2011-02-101-2/+3
* | | Fixes #8219. Introduces the mimeType option to override content-type header i...jaubourg2011-02-091-0/+28
* | | Makes local filesystem test for ajax more insightful.jaubourg2011-02-091-9/+31
* | | Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...Colin Snover2011-02-081-13/+2
* | | Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-072-7/+21