jquery.git
2010-01-06 jeresigAdding in backwards-compatiblity support for jQuery...
2010-01-06 jeresigAdded in support for content-type sniffing for scripts...
2010-01-06 Rick WaldronDetect JSON Ajax requests by the response content-type...
2010-01-06 jeresigMerging in jQuery.proxy() branch.
2010-01-06 jeresigAdded in a holdover jQuery.event.guid for back-compat...
2010-01-06 jeresigMerge branch 'useragent'
2010-01-05 jeresigTry to use the native JSON parser in all cases and...
2010-01-05 jeresigRewrite of jQuery.browser to become engine-centric...
2010-01-05 jeresigMake sure that the ActiveX exception is caught if it...
2010-01-05 jeresigTry to use XMLHttpRequest in more cases in IE 7. Thanks...
2010-01-04 John ResigUpdate the copyright from 2009 to 2010.
2010-01-03 jeresigOops, Rakefile was generating the wrong file.
2009-12-31 jeresigAdded in jQuery.proxy(obj, name), like the method descr...
2009-12-31 jeresigMoved jQuery.proxy() into core.
2009-12-31 jeresigMerge branch 'bug-5735'
2009-12-31 jeresigAllow the Makefile to be more resiliant to broken build...
2009-12-31 jeresigRather than declaring empty anonymous functions all...
2009-12-31 jeresigWhen .bind('unload') was called it accidentally went...
2009-12-31 jeresigRemove the .bind(name, fn, thisObject) and promote...
2009-12-31 jeresigExperiment switching to using onreadystatechange rather...
2009-12-22 jeresigMake a feature detect for the attribute selected code...
2009-12-22 jeresigThe option isn't, necessarily, hidden when this occurs.
2009-12-22 jeresigMake sure that selected works in Safari on options...
2009-12-22 jeresigMerge branch 'master' of github.com:jquery/jquery
2009-12-22 jeresigForgot to make sure that oldData actually had data...
2009-12-22 Ben AlmanMoved jQuery.param "traditional" flag into jQuery.ajaxS...
2009-12-22 jeresigExplicitly re-bind the events on clone. Copying over...
2009-12-22 jeresigAdd some extra tests to make sure we can get the value...
2009-12-22 jeresigThe logic for specified option values was already handl...
2009-12-22 jeresigMake sure that the correct value is being pulled from...
2009-12-22 jeresigMake sure that the correct value is retreived for optio...
2009-12-22 jeresigMade sure that the .val() logic for setting radios...
2009-12-22 jeresigFixed the issue where getting an empty value was imposs...
2009-12-22 jeresigUpdated the README to reference the Closure Compiler...
2009-12-22 jeresigFixed spelling mistake noted in dc6b7ce3469eaadb37a151d...
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-21 jeresigTweaked the syntax of withinElement a bit.
2009-12-21 jeresigTweaked a couple cases where == was used instead of...
2009-12-21 Alexander FarkasMake sure that the beforeactivate event isn't accidenta...
2009-12-21 Jörn ZaeffererStop trying to emulate the focus/blur event in IE,...
2009-12-21 Alexander FarkasUsed the patch from Alexander as the basis for a rewrit...
2009-12-21 jeresigMake sure we use instead of in the delegate test.
2009-12-21 jeresigMoved logic for handling .animate({}), doesn't queue...
2009-12-19 John ResigBringing Sizzle test suite changes back in.
2009-12-19 jeresigMake sure that we don't bind the onunload event in...
2009-12-19 jeresigSwitched from using YUI Compressor to Google Compiler...
2009-12-19 jeresigNo need to use the conditional comment for binding...
2009-12-19 jeresigUpdating the source version to 1.4b1pre.
2009-12-19 jeresigTagging the 1.4a2 release.
2009-12-19 jeresigUpdating the source version to 1.4b1pre.
2009-12-19 jeresigTagging the 1.4a2 release.
2009-12-19 jeresigMove the test results list above the test HTML to avoid...
2009-12-19 jeresigThe constructor check for isPlainObject was redundant...
2009-12-19 jeresigAdded additional checks for DOM nodes and window to...
2009-12-19 jeresigTemporarily disabling test for bug #4299.
2009-12-18 jeresigFixed the spacing from the last commit.
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-18 Robert KaticMade isPlainObject() supporting null, undefined, and...
2009-12-18 jeresigBacking out the change from 841f9ff7a1815b521044aeeb39c...
2009-12-18 jeresigBrought the attributes module more inline with the...
2009-12-18 jeresigBringing the effects module closer to being inline...
2009-12-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...
2009-12-18 jeresigRemoved jQuery.fn.contains - didn't match the :contains...
2009-12-17 Dave MethvinIgnore case of script tags to make sure they're removed...
2009-12-17 Dave MethvinAdd new html5 input types to list of serializable types...
2009-12-17 jeresigRemoved 'abbr' from self-closing tags list. Fixes ...
2009-12-17 Dave MethvinDefault callbackContext to the $.extended ajax options...
2009-12-17 Ben AlmanReorganized param code slightly to once again define...
2009-12-17 Ben AlmanFurther modified jQuery 1.4 .param() method to serializ...
2009-12-17 Karl Swedbergadded a couple missing semicolons and fixed a typo...
2009-12-17 jeresigFollow-up to 100ed686426b8b404b094b8c8086aefce715f91a...
2009-12-17 jeresigRevert the changes from 65ebf57c1e5d7fa96536b66d4fcacba...
2009-12-17 jeresigReworked some more of the selector tests as well to...
2009-12-17 jeresigAdded some more tests around the name tests to catch...
2009-12-17 jeresigMake sure that the node exists before attempting to...
2009-12-17 jeresigStick with just getter/setters in attrFn.
2009-12-17 jeresigMoved readyList check.
2009-12-16 jeresigMake sure that some height/width is set for the nothidd...
2009-12-16 jeresigReverted accidental commit in 5197ac9fc8aa71c2ebc0d7217...
2009-12-16 jeresigRetooled the arguments.callee-related changes in 98ce35...
2009-12-16 jeresigNo need to use jQuery's event system for binding the...
2009-12-14 Batiste BielerEnforce that hasClass and removeClass work even with...
2009-12-14 jeresigDisable getting values using the .attr() function short...
2009-12-11 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigMake sure that dynamically-created elements don't have...
2009-12-10 Karl Swedbergcombined jQuery.bind() and jQuery.one() to make them...
2009-12-10 John ResigRemoved .attr(removeClass) and .attr(each) tests as...
2009-12-10 John ResigMissed the case of bind in the new attr multi-setter.
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 ResigMade the licensing verbiage a little more explicit...
2009-12-10 John ResigAdding .DS_Store to Git ignore.
2009-12-10 John ResigIgnore html files living in the main directory (likely...
2009-12-10 John ResigMake sure that the correct args are passed in to the...
2009-12-10 John ResigMake sure that calling .width(num) or .height(num)...
next