Fixed typo in logic, also disabled function setters in this case to allow the functi...
[jquery.git] / src / core.js
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
2010-01-12 Paul Irishbrowser version detection revised for opera >= 10,...
2010-01-12 Neeraj Singhfixed typo in comments
2010-01-06 jeresigA first pass at making sure that all the setter functio...
2010-01-06 Filipe FortesMake sure to do a deep copy on arrays. #5750
2010-01-06 jeresigMerging in jQuery.proxy() branch.
2010-01-05 jeresigRewrite of jQuery.browser to become engine-centric...
2009-12-31 jeresigAdded in jQuery.proxy(obj, name), like the method descr...
2009-12-31 jeresigMoved jQuery.proxy() into core.
2009-12-31 jeresigRather than declaring empty anonymous functions all...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-19 jeresigThe constructor check for isPlainObject was redundant...
2009-12-19 jeresigAdded additional checks for DOM nodes and window to...
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...
next