aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug #7369: Add test for disconnected node in closest when passing attribute ↵timmywil2011-03-251-1/+3
| | | | selector; this was recently fixed in 1.5.2rc
* Closest unit tests: add one for passing a jQuery collection with multiple ↵timmywil2011-03-231-2/+4
| | | | elements
* Add node and jQuery object support to $.fn.closesttimmywil2011-03-212-8/+26
|
* Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-169-39/+40
|\
| * Merge branch 'bug_6158' of https://github.com/jboesch/jquery into ↵John Resig2011-03-152-3/+8
| |\ | | | | | | | | | jboesch-bug_6158
| | * removing parensJordan Boesch2011-03-141-1/+1
| | |
| | * bug 6158; fixing replaceWith from throwing errors on non existant elements; ↵Jordan Boesch2011-03-051-2/+2
| | | | | | | | | | | | fixing semicolon
| | * bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-052-6/+8
| | |
| | * bug 6158; fixing replaceWith from throwing errors on empty elementsJordan Boesch2011-03-051-0/+3
| | |
| * | adding pull commandCarl Fürstenberg2011-03-151-0/+3
| | |
| * | pull submodules make commandCarl Fürstenberg2011-03-151-0/+5
| | | | | | | | | | | | | | | Adding an helper funciton to pull the latest from all registered submodules
| * | Introduce submodules, closes #8536Carl Fürstenberg2011-03-155-32/+10
| | | | | | | | | | | | | | | | | | Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag.
| * | Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ↵jaubourg2011-03-152-4/+14
| | | | | | | | | | | | schemes which do not contain a conformant hierarchical structure ( as per section 2.1.2 of http://www.ietf.org/rfc/rfc2718.txt ). Also adds about: and adobe air's app: and app-storage: to the list of local protocols and provides a failover in case document.location is illformed. Unit test added.
* | | Organizing varstimmywil2011-03-161-4/+3
| | |
* | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit ↵timmywil2011-03-163-11/+39
| | | | | | | | | | | | tests added
* | | Starting with adding the testtimmywil2011-03-131-0/+9
|/ /
* / Fixes #8423. Never set X-Requested-With header automagically for ↵jaubourg2011-03-071-5/+6
|/ | | | cross-domain requests.
* Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-0317-393/+407
| | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-032-5/+13
|
* Grouped up the testgnarf2011-02-241-13/+9
|
* A quick change to detect AIR urlsgnarf2011-02-242-1/+13
|
* Removes unnecessary parenthesis from regular expression.jaubourg2011-02-241-1/+1
|
* Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally ↵jaubourg2011-02-241-6/+0
| | | | | | block gets executed in IE7 and IE6." This reverts commit cacea6f7e778d42cda56066a6b1da8fb163410cc.
* Updating the source version to 1.5.2pre.jeresig2011-02-231-1/+1
|
* Tagging the 1.5.1 release.jeresig2011-02-231-1/+1
|
* Make a new jQuery.support.noCloneChecked - splitting apart the previous ↵jeresig2011-02-233-17/+33
| | | | feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365.
* Refactors jQuery.when to avoid unnecessary recursion and limit function ↵jaubourg2011-02-231-18/+28
| | | | calls as much as possible.
* Fixes #8353. Adds a catch block in resolveWith so that the finally block ↵jaubourg2011-02-231-0/+6
| | | | gets executed in IE7 and IE6.
* Makes the promise method of Deferreds a bit more readable by not using the ↵jaubourg2011-02-221-2/+2
| | | | variable declared as parameter trick anymore.
* Updating the source version to 1.5.1pre.jeresig2011-02-181-1/+1
|
* Tagging the 1.5.1rc1 release.1.5.1rc1jeresig2011-02-181-1/+1
|
* Bug #6911 - Prevent action on disabled elements, both triggering and bound ↵Dan Heberden2011-02-182-62/+95
| | | | via .live()
* Revert "Adds an invert method to promises that returns a "inverted" promise ↵jaubourg2011-02-182-75/+17
| | | | | | that is resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved." This reverts commit 4e975430510f443ef76a90d077bc8956fb8b8cc0.
* A temporary workaround for #8018 that avoids any chance of ↵Alex Sexton2011-02-171-4/+9
| | | | compatibility-breaking changes until a proper fix can be landed in 1.6.
* Fix a some inaccuracies in the original test case for #7912.Anton M2011-02-171-16/+26
| | | | | | | - Use fresh div instead of one outside the test-fixture - make sure the empty string test tests actually that (not 0% 0%) - actually test for < -10000 (#7193) - fixed some whitespace issues
* Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ↵louisremi2011-02-172-18/+45
| | | | | | | | to ("", auto, undefined, null). This change makes .cur() more .cssHooks friendly. .cur() now returns the unmodified value by .css() if it isn't a number, number-alike or a value that needs a fallback to 0. This way fx.start doesn't need to be recalculated for complex values.
* Only perpetrate the .toJSON hack on data caches when they are attached to a ↵Dave Methvin2011-02-172-7/+10
| | | | plain Javascript object. Part of the continuing saga of #8108.
* Fixes #8297. Makes sure response headers with empty values are handled ↵jaubourg2011-02-173-5/+13
| | | | properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into ↵Anton M2011-02-153-42/+2
| | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js
* Fix some whitespace issues.Anton M2011-02-157-19/+19
|
* Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ↵Dave Methvin2011-02-152-9/+28
| | | | that we don't accidentally stop propagation on it. Remove a bunch of return statements that could also cancel the event. DRY out the liveFired change from #6359 by moving it to the trigger() function.
* Fixes #8277. Sets data to undefined rather than null when it is not provided ↵jaubourg2011-02-152-3/+18
| | | | in ajax helpers so that it won't revent data set in ajaxSettings from being used. Unit test added.
* Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-153-9/+9
|
* Update jQuery.data to use jQuery.noop for toJSON hack instead of an ↵Colin Snover2011-02-141-3/+1
| | | | additional superfluous function.
* Hide metadata when serializing JS objects using JSON.stringify via a toJSON ↵Colin Snover2011-02-142-6/+52
| | | | hack. Fixes #8108.
* Add missing semicolon.Anton M2011-02-141-1/+1
|
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-143-3/+43
|\
| * Bug #8099 - Updates per reviewrwldrn2011-01-311-9/+13
| |
| * Bug #8099 - Always restore to correct display value based on element's ↵rwldrn2011-01-313-3/+39
| | | | | | | | expected default display
* | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into ↵jeresig2011-02-149-14/+15
|\ \ | | | | | | | | | SlexAxton-fix8033