aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update CommonJS module registration to check to see if define is a function i...Colin Snover2010-12-291-1/+1
* Register as a CommonJS async module if in that kind of environment. Fixes #7102.jrburke2010-12-271-0/+5
* Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...jeresig2010-12-091-6/+0
* Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into a...jeresig2010-12-091-0/+1
|\
| * Add a comment explaining that jQuery.map flattens arraysadam j. sontag2010-11-271-0/+1
* | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413jeresig2010-12-091-0/+6
|\ \
| * | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObjectrwldrn2010-11-091-0/+6
* | | Improve performance of get() for negative indices. Fixes #5476.Anton M2010-11-191-1/+1
|/ /
* | Make sure that if an additional load event is triggered (such as an iframe be...John Resig2010-11-091-8/+11
* | Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-3/+7
* | Make sure that the ready event doesn't double-fire when .bind(ready) is used....jeresig2010-10-221-2/+2
* | Var wasn't being explicitly declared. Fixes #7226.John Resig2010-10-171-1/+1
|/
* Make sure that opacity is being reset properly on a show animation. Additiona...jeresig2010-09-271-0/+7
* Make sure that the body element exists before doing the body selector optimiz...jeresig2010-09-241-1/+1
* Increase the speed of the single setTimeout calls for the ready event.jeresig2010-09-241-2/+2
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-09-231-1/+2
|\
| * Delay the result of the readyState check to give scripts the opportunity to d...jeresig2010-09-231-1/+2
* | Made jQuery.type more consistent with host objects.Robert Katic2010-09-231-2/+10
* | Ensured that arrays are not considered same as plain object on deep extending...Robert Katic2010-09-231-5/+10
|/
* Add some tests for jQuery.isWindow and make sure that we're operating against...jeresig2010-09-221-1/+1
* Unify the means of detecting a window across the library. Fixes jQuery UI bug...jeresig2010-09-221-2/+7
* Some minor lint fixes for the RegExp.jeresig2010-09-221-1/+1
* Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...jeresig2010-09-221-10/+26
* Re-work the document scoping.jeresig2010-09-221-3/+0
* Fix bug with the readyWait DOM ready addition.John Resig2010-09-211-1/+1
* Allow plugins to delay the exeuction of the ready event. Delay the ready even...John Resig2010-09-201-2/+16
* Wrap the core return in parens to fix a confused JSLint.jeresig2010-09-141-1/+1
* Make sure that jQuery is being exposed outside of core (this will be stripped...jeresig2010-09-091-2/+2
* Make sure that the removeEvent and buildFragment private functions are expose...jeresig2010-09-081-1/+1
* Switched to use 'in' for the setInterval/window check as it also skirts aroun...John Resig2010-08-271-1/+1