A follow-up to [6578] (which stopped adding expandos to elements that didn't have...
[jquery.git] / src / core.js
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.
2009-02-09 John ResigReworked the .clone() function in IE. Fixes jQuery...
2009-01-20 John ResigMade sure that .removeClass(null) doesn't throw an...
2009-01-20 John ResigRe-worked the logic for where .selector and .context...
2009-01-19 John ResigBrought the logic for handling isXMLDoc over from Sizzle.
2009-01-19 John ResigLanding a fix for non-link anchor tabIndex (from scott...
2009-01-12 John ResigOnly try to wrap the element if it's not disconnected...
2009-01-12 John ResigFixed an issue with parentNode being accessed in attr...
2009-01-12 John ResigMade a note about the push method.
2009-01-11 John ResigMade the case specific of the type attribute.
2009-01-11 John ResigPrevented non-script <script> blocks from executing...
2009-01-11 John ResigFixed boxModel support - is now computed with feature...
2009-01-10 John Resig.closest() with positional selectors wasn't worked...
2009-01-10 John ResigFixed an issue with script nodes being removed incorrec...
2009-01-08 John ResigSelector state wasn't being passed along on a cloned...
2009-01-07 Scott GonzálezFixed tabindex normalization so that elements that...
2009-01-07 John ResigLanded a number of improvements to the selector engine...
2009-01-06 John ResigMade the .unqiue() within .find() optional (speeds...
2009-01-05 John ResigSwitched back to the old style of running embedded...
2009-01-05 John ResigMake sure that if no ownerDocument is available that...
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-04 John ResigMoved the copyright to the intro file, added a ! so...
2009-01-04 Ariel Fleslerjquery core: Misc file size optimizations.
2009-01-04 Ariel Fleslerjquery core: Allowing whitespaces within the [6026...
2009-01-04 John ResigMoved from the old JSMin to using YUIMin for compressin...
2009-01-03 John ResigLanded a proper fix for #3255 - which involves doing...
2009-01-03 John ResigHid an issue where Safari through an exception when...
2008-12-31 John ResigFixed an issue with .not("#foo, bar") not working corre...
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-27 Ariel Fleslerjquery core: Removed an orphaned line. Thanks mose.
2008-12-26 Ariel Fleslerjquery core: Fixed a global var leak introduced by...
2008-12-25 Ariel Fleslerjquery core: Closes #3737. Fixed a possible null derefe...
2008-12-25 Ariel Fleslerjquery core: Closes #1681. jQuery.fn.toggleClass can...
2008-12-25 Ariel Fleslerjquery core: Closes #3255. The div used in jQuery.clean...
2008-12-25 Ariel Fleslerjquery core: Closes #3641. jQuery.merge stopped looping...
2008-12-25 Ariel Fleslerjquery core: Closes #3666. Removed old code.
2008-12-22 John ResigAdded support for the new .closest() method (very usefu...
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
next