aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...timmywil2011-03-161-1/+1
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-031-172/+2
* Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-031-0/+2
* Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally bl...jaubourg2011-02-241-6/+0
* Refactors jQuery.when to avoid unnecessary recursion and limit function calls...jaubourg2011-02-231-18/+28
* Fixes #8353. Adds a catch block in resolveWith so that the finally block gets...jaubourg2011-02-231-0/+6
* Makes the promise method of Deferreds a bit more readable by not using the va...jaubourg2011-02-221-2/+2
* Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-34/+8
* Fix some whitespace issues.Anton M2011-02-151-1/+1
* Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-...jeresig2011-02-141-1/+1
|\
| * Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...Alex Sexton2011-01-231-1/+1
* | Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...Mathias Bynens2011-02-021-4/+2
* | Adds an invert method to promises that returns a "inverted" promise that is r...jaubourg2011-01-311-8/+34
* | Rename jQuery.subclass() to jQuery.sub().jeresig2011-01-311-1/+1
* | Make sure subclass is a proper subclass not just subclassing the fn methods. ...Digitalxero2011-01-271-1/+3
* | Remove unneeded and confusing variable definition for better readability.gnarf2011-01-271-3/+2
* | #8044 Removes unnec. rnonword varRick Waldron2011-01-251-3/+0
|/
* Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies t...jaubourg2011-01-231-46/+26
* Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013pjeresig2011-01-211-1/+1
|\
| * Cleaned up; fixes per reviewrwldrn2011-01-201-1/+1
* | Merge branch 'master' of github.com:jquery/jqueryjeresig2011-01-201-7/+7
|\ \
| * \ Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-01-201-62/+16
| |\ \
| * | | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...jaubourg2011-01-201-7/+7
| | |/ | |/|
* | | Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it...jeresig2011-01-201-18/+57
| |/ |/|
* | Fix typo in regex tweak from previous commit.jeresig2011-01-201-1/+1
* | Move jQuery(...) selector speed-up logic into Sizzle(...) qSA handling. Addit...jeresig2011-01-201-62/+16
|/
* Remove an unused regex and optimize character escape regex usage.Anton M2011-01-191-7/+2
* Defer scriptEval test until first use to prevent Content Security Policy inli...Brandon Sterne2011-01-171-1/+1
* Put the split to get the list of promise methods out of the promise method it...jaubourg2011-01-161-4/+9
* Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...jaubourg2011-01-161-11/+36
* added jQuery.subclassJared Grippe2011-01-141-5/+26
* Ensure that buildFragment clones elements properly in all browsers. Fixes #38...Colin Snover2011-01-091-1/+1
* Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.jaubourg2011-01-061-8/+8
* Fixed mixing of tabs & spaces to make JSLint happier.jaubourg2011-01-061-4/+4
* Cleaning up trailing whitespace again.Colin Snover2011-01-051-32/+32
* Revert "Register as a CommonJS async module if in that kind of environment. F...wycats2011-01-051-5/+0
* "then" renamed "complete" and new "then" method defined using "complete" and ...jaubourg2011-01-051-20/+24
* Simplified the way a Promise is tested for (removed promiseMarker). Removed i...jaubourg2010-12-311-29/+19
* Introduced a new promise method on deferreds that returns an immutable object...jaubourg2010-12-311-14/+16
* Removed custom method in isDeferred and when.unknown2010-12-311-9/+4
* Deferred cannot be cancelled by returning false in a callback. Exception in t...unknown2010-12-311-41/+34
* Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.unknown2010-12-311-6/+6
* jQuery.parseXML extracted from ajax & added to core, needs unit testing.unknown2010-12-311-0/+22
* Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...jaubourg2010-12-311-2/+2
* Fixed a loop that only worked in webkit.jaubourg2010-12-311-2/+2
* Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-311-1/+1
* Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...jaubourg2010-12-311-2/+2
* Fixed a loop that only worked in webkit.jaubourg2010-12-311-6/+8
* Added deferred to core. Used internally for DOM readyness and ajax callbacks.jaubourg2010-12-311-36/+176
* Clean trailing whitespace from all files.Colin Snover2010-12-301-28/+28