breaking jquery out into smaller modules. added attributes.js, manipulation.js, and...
[jquery.git] / src / core.js
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...
2008-12-21 John ResigFixed an issue with domManip where the incorrect docume...
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-12-19 John ResigFixed an issue with domManip where the incorrect clone...
2008-12-19 John ResigFixed an issue with how .data() was expecting output...
2008-12-19 John ResigSwitched to using DOM Fragments in domManip.
2008-12-19 John ResigAdded selector path logging (creates a trail that plugi...
2008-12-19 John ResigRemoving remaining strict-mode warnings.
2008-12-16 Ariel Fleslertestrunner: adding tests for $.fn.hasClass.
2008-11-29 John ResigIE doesn't care for boolean checks of .createElement...
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-11-07 Paul Bakauscore: height() method wasn't working reliably in Opera...
2008-10-29 Ariel Fleslerjquery core: closes #3541. Added isArray.
2008-10-29 Ariel Fleslerjquery core: forgot to remove a deprecated warning.
2008-10-29 Ariel Fleslerjquery core: improves #3248. Functions are supported...
2008-10-18 Ariel Fleslerjquery core: closes #3485. Fixing a memory leak on IE.
2008-08-14 Ariel Fleslerjquery core: fix for [5828]. Put 'function' instead...
2008-08-13 Ariel Fleslerjquery core: closes #3154. makeArray uses typeof instea...
2008-08-12 Ariel Fleslerjquery core: closes #3248, #3079, #3026, #3176, #3202...
2008-08-11 Ariel Fleslerjquery core: closes #3241. The 'length' property isn...
2008-08-10 Ariel Fleslerjquery core: small size optimizations for val().
2008-07-23 Ariel Fleslerjquery core: closes #2652. val() supports option elemen...
2008-07-23 Ariel Fleslerjquery core: closes #2968. Simplified isFunction, dropp...
2008-07-23 Ariel Fleslerjquery core: closes #3179. Fallback browser version...
2008-07-15 Ariel Fleslerjquery core: closes #3159. remove() would unbind form...
2008-07-09 Ariel Fleslerjquery core: Closes #3033. Removed support for .. selec...
2008-06-30 Ariel Fleslerjquery core: closes #3102, #3051. $.fn.eq() accepts...
2008-06-24 Paul Bakauscore: revertd last change, breaks width/height logic...
2008-06-24 Paul Bakauscore: changed jQuery.css to num (uses curCSS) in the...
2008-06-17 Ariel Fleslerjquery core: closes #3053. clean() wasn't parsing 0...
2008-06-13 Ariel Fleslerjquery core: closes #3034. Ids with '-' weren't handled...
2008-05-27 Ariel Fleslerjquery core: adding rowSpan to jQuery.props.
2008-05-24 Ariel Fleslerjquery core: closes #2930. Normalizing attr() to return...
2008-05-24 Ariel Fleslerjquery core: casting numbers received by val() to string.
2008-05-23 Ariel Fleslerjquery core: saving some bytes and fixing indentation...
2008-05-16 Ariel Fleslerjquery core: Closes #2709, avoiding a bug on IE 6 when...
2008-05-16 Ariel Fleslerjquery core: saving some bytes in $.fn.val by using...
2008-05-16 Ariel Fleslerjquery core: updating a comment, thanks to Scott for...
2008-05-15 Ariel Fleslerjquery core: SHOULD fix #2802. Caching document.default...
2008-05-15 Ariel Fleslerjquery dimensions & offset: moving the local function...
2008-05-14 Ariel Fleslerjquery core: closes #1480, isFunction is even tougher.
next