Moved unload abort code so that the event is only bound if the xhr transport is used...
[jquery.git] / src / core.js
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-18 Robert KaticMade isPlainObject() supporting null, undefined, and...
2009-12-17 jeresigRevert the changes from 65ebf57c1e5d7fa96536b66d4fcacba...
2009-12-17 jeresigMoved readyList check.
2009-12-16 jeresigRetooled the arguments.callee-related changes in 98ce35...
2009-12-11 John ResigMake sure that dynamically-created elements don't have...
2009-12-10 John ResigMoved some methods around inbetween core.js and travers...
2009-12-10 John ResigMade some minor formatting changes to the access function.
2009-12-10 John ResigRewrote .merge() (faster and less obtuse now). Fixed...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 John ResigSwitched jQuery() to represent jQuery([]) instead of...
2009-12-09 John ResigClarified the use of jQuery.browser and enforced jQuery...
2009-12-09 John ResigMake sure that document ready events, inside a document...
2009-12-09 John ResigAdded in jQuery.browser.firefox, deprecated jQuery...
2009-12-09 Dave MethvinGet browser version rather than rendering engine version.
2009-12-08 John ResigRemoved uses of arguments.callee from jQuery.
2009-12-08 John ResigMoved .ready() to core.js from event.js.
2009-12-07 John ResigAdded an extra function check to prevent crashes in...
2009-12-07 John ResigUse the isXML function from Sizzle.
2009-12-06 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-06 John ResigRenamed isObjectLiteral to isPlainObject (makes more...
2009-12-06 Dave MethvinFix regexp for $.trim so it doesn't whack embedded...
2009-12-04 Ben AlmanLanding Ben Alman's patch to add nextUntil, prevUntil...
2009-12-02 jeresigMake sure that a DOM node isn't getting passed through...
2009-11-30 jeresigMerge branch 'master' of github.com:jquery/jquery
2009-11-30 jeresigFixed bug with singleTag matching in core.js.
2009-11-30 Yehuda KatzFixes $.trim for   closes #4980
2009-11-25 Robert KaticGeneric jQuery.merge and safer jQuery.makeArray(nodeList).
2009-11-12 Robert KaticMade jQuery.extend(true, ...) to extend recursively...
2009-11-12 Robert KaticMade isObjectLiteral to work correctly with custom...
2009-11-11 lrbabeUse array.indexOf if available (speeds up modern browse...
2009-11-11 John ResigMade jQuery('<div/>') and jQuery('<div></div>') use...
2009-11-11 John ResigRemoved the use of this.length++ as it makes it hard...
2009-11-11 John ResigRenamed isObject to isObjectLiteral to be more specific.
2009-11-09 rkaticAdded comments to isObject.
2009-11-07 John ResigComment nodes are discarded from a merge, for no appare...
2009-10-26 John ResigMoved a bunch of methods out of the jQuery-specific...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-14 Ariel Fleslerjquery core: removing the body optimization, as it...
2009-09-11 Ariel Fleslerjquery core: commenting the new access function.
2009-09-09 Ariel Fleslerjquery core: Closes #5189. Added a generic function...
2009-09-09 Ariel Fleslerjquery core: fixes 5187. getElementsByTagName optimizat...
2009-09-09 Ariel Fleslerjquery core: closes #5186. getElementsByTagName optimiz...
2009-09-08 John ResigOptimize jQuery() for the case $("TAG").
2009-09-08 John ResigUse the native Array indexOf method if it exists, for...
2009-09-07 John ResigSplit out the fragment-building code from domManip...
2009-09-07 John ResigAdded an optimization for the case where $("body")...
2009-08-27 John ResigFixed a bug with the isXMLDoc test - also made sure...
2009-08-27 John ResigTweaked the isXMLDoc iframe test case to test the docum...
2009-08-10 John ResigMoved exposing window.jQuery and window.$ to the end...
2009-07-27 John ResigFix some missing braces in core.js.
2009-07-27 John ResigAdded an improvement to quickExpr and some more tests...
2009-07-27 John ResigShortened the isXMLDoc code, based upon recommendation...
2009-07-27 John ResigAdded an extra documentElement check to isXMLDoc for...
2009-07-23 John ResigChanged .get(-Number) to use .slice() instead of .toArr...
2009-07-23 John ResigMake sure that at least one argument is provided to...
2009-07-22 John ResigOptimizing isXMLDoc.
2009-07-19 John ResigMade some syntax tweaks to core.js.
2009-07-19 John ResigSaved some references to native methods, instead of...
2009-07-19 John ResigMoved some RegExp in core.js, goes toward #4111.
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
2009-07-17 Yehuda KatzAdd test for jQuery(jQueryObj) cloning and simplify...
2009-07-17 Yehuda KatzjQuery objects have a default length of 0. Simplifies...
2009-07-16 Ariel Fleslerjquery core: Simplifying isEmptyObject() and adding...
2009-07-16 Yehuda KatzRefactor jQuery.data a bit to reduce property lookups
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies custom objec...
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies objects...
2009-07-16 Yehuda KatzAdd support for .get(-Number) Closes #4188
2009-07-16 Yehuda KatzMake toArray an alias for .get(). Closes #3999
2009-07-15 John ResigScope 'document' locally (also useful for sandboxing...
2009-07-11 John ResigOptimized jQuery(Element) to not call jQuery() twice.
2009-06-20 Ariel Fleslerjquery core: Closes #2827. jQuery.each iterates over...
2009-05-20 John ResigDid some light reordering of the jQuery definition...
2009-05-03 Ariel Fleslerjquery core: $() -> $(document) and $(undefined) -...
2009-05-02 Brandon Aaronindex now works in reverse when passed a selector or...
2009-03-31 John ResigUnified the formatting of core.js. === or !== are used...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-03-18 Brandon Aaronfix for #4074, pass context to jQuery.clean for jQuery...
2009-03-17 Brandon Aaronfix for #3688, setting type attribute on button causes...
2009-03-17 Brandon Aaronusing parseFloat for offset and position methods and...
2009-03-17 John ResigBacked out commit [6260], was causing too many problems...
2009-03-05 Ariel Fleslerjquery core: Fixed a typo in a comment, closes #4294.
2009-02-28 John ResigSimplified the structure of the .css() and .attr()...
2009-02-25 John ResigRemoved the need for the results set to have array...
2009-02-25 John ResigMade some changes to how .find() works, inlined the...
2009-02-25 John ResigSimplified the isXML function, no need to use recursion.
2009-02-25 John ResigCut down on some more function calls for jQuery(.....
2009-02-25 John ResigReduced the number of function calls required for ...
2009-02-23 John ResigOverhauled the .remove() and .empty() methods to be...
2009-02-20 John ResigMade sure that .remove now uses multiFilter. Fixes...
2009-02-18 John ResigMade it so that appendTo, etc. return the inserted...
2009-02-18 John ResigA speedup for .remove() (which also speeds up .html...
2009-02-15 John ResigAdded some extra methods for making result set merging...
2009-02-14 John ResigAdded support for sorting in Safari - when querySelecto...
2009-02-14 John ResigDuplication checks are now handled directly in Sizzle...
2009-02-13 John ResigAdded some significant speed-ups to height/width checks...
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-02-09 John ResigOptimized the clean() code to no longer use .trim(...
2009-02-09 John ResigRemoved use of .trim() in globalEval, fixes #4036.
next