Moved from the old JSMin to using YUIMin for compressing the jQuery source. Additiona...
[jquery.git] / src / core.js
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.
2008-05-14 Ariel Fleslerjquery core: fixed deep extend of objects. Closes ...
2008-05-13 Ariel FleslerCloses #2510
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-05-13 Ariel Fleslerjquery core: don't let .attr() set style for xml.
2008-05-13 Ariel Fleslerjquery core: #2548, #2170, #2188, #2099, #1170, #2558...
2008-05-12 Ariel Fleslerjquery core: Applied #1318 to jQuery.grep
2008-05-11 Ariel Fleslerjquery core: declared undefined locally, to speed up...
2008-05-08 Ariel Fleslerjquery core: closes #2811, $.fn.add now calls $.unique...
2008-05-08 Ariel Fleslerjquery core: closes #2771
2008-05-07 Ariel Fleslerjquery core: Reverting the changes added at [5480]
2008-05-06 Ariel Fleslerjquery core: makeArray was parsing forms into array...
2008-05-06 Ariel Fleslerjquery core: removing needless 'else' and 'new' in...
2008-05-06 Ariel Fleslerjquery core: enhancements to jquery.map, closes #2803
2008-05-06 Ariel Fleslerjquery core: small code reduction.
2008-05-06 Ariel Fleslerjquery core: code reduction at $.each and $.curCSS.
2008-05-03 Scott Gonzálezcore: Fixed #2605: .data() now accepts null as a value.
2008-05-03 Scott Gonzálezcore: Fixed #2605: .data() now accepts null as a value.
2008-05-02 Scott Gonzálezcore: Fixed #2600: jQuery.extend no longer skips over...
2008-04-30 Ariel Fleslerjquery core: extend() now supports deep + extending...
2008-04-29 Ariel Fleslermainly made the code shorter:
2008-04-29 Ariel Fleslerjquery core: in $.makeArray, improved array-like detect...
2008-04-25 Ariel Fleslerjquery core: fixed makeArray to recognize the window...
2008-04-24 Ariel Fleslerjquery core: simplified the code using the new jQuery...
2008-04-24 Jörn Zaeffererjquery core: Patch from #2619 applied, making makeArray...
2008-04-21 Brandon AaronSmall optimization to jQuery.curCSS (thanks Ariel Flesler)
2008-04-08 Sean Catchpole$.extend deep now copies children's children, ect...
2008-02-17 John ResigFixed issue with typeof check - "array" isn't a valid...
2008-02-06 John ResigLanded a fix for bug #2037.
2008-02-03 John ResigYou can now overwrite values returned from .data()...
2008-02-03 John ResigTweaked the .data() event triggering - it now triggers...
2008-02-03 John ResigAdded $().data(), $().removeData(), and .bind("click...
2008-02-01 John ResigUpdated the years on the licensing.
2008-01-26 John ResigDe-eval'd selectors and the various DOM methods (will...
2008-01-23 David SerdukeFix #2184 by using the jQuery.clean() function instead...
2008-01-14 David SerdukeChanging end of line from CRLF to just LF like the...
2008-01-14 John ResigAdded support for breaking in an object loop (Bug ...
2008-01-14 John ResigAdded a check to make sure that .style exists before...
2008-01-14 Jörn Zaeffererreverted change for #2114
2008-01-14 Jörn Zaeffererfix for #2114; refactored tests for bind() to highlight...
2008-01-12 John ResigTweaked comment for isFunction.
2007-12-21 David SerdukeFixed #2084 by added embed to the list of elements...
2007-12-20 David SerdukeFixed a couple problems found in the test suite. First...
2007-12-20 John ResigFixed #2027 - make sure that cloned elements (within...
2007-12-19 Brandon AaronInsure width/height do not return a negative number.
2007-12-18 David SerdukeFixed #2076 where .val() could return an array instead...
2007-12-18 Brandon Aaronwidth and height methods are now working properly
next