jquery.git
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
2010-01-13 jeresigMake sure that the xhr object still exists after the...
2010-01-12 jeresigMake sure that the focusin and focusout easy-bind metho...
2010-01-12 jeresigMake sure oldAbort is only called if the xhr object...
2010-01-12 jeresigUpdating the source version to 1.4.
2010-01-12 jeresigTagging the 1.4rc1 release.
2010-01-12 jeresigSimplified some of the logic for handling the ajax...
2010-01-12 jeresigajaxStop was getting called too many times, separated...
2010-01-12 jeresigAccidentally removed the init from the Makefile selecto...
2010-01-12 jeresigMake sure that Opera fires events after an aborted...
2010-01-12 jeresigBringing some selector tests back from Sizzle.
2010-01-12 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-01-12 jeresigSome more touching up of the replaceWith tests.
2010-01-12 Paul Irishbrowser version detection revised for opera >= 10,...
2010-01-12 Paul Irishadding extra useragents from trac tickets. correcting...
2010-01-12 Neeraj Singhfixed typo in comments
2010-01-11 jeresigDid some reorganizing of the recently added replaceWith...
2010-01-11 jeresigMake sure we do the malformed JSON check for all both...
2010-01-11 jeresigMake sure that wrapInner works on elements that have...
2010-01-11 jeresigFinal pass at fixing #5785. Need to make sure that...
2010-01-11 jeresigMade some additional tests for #5785.
2010-01-11 jeresigMake sure we use detach instead of remove in replaceWit...
2010-01-11 jeresigRevert "Adding in backwards-compatiblity support for...
2010-01-11 jeresigMake sure that submit event is still bound for regular...
2010-01-07 jeresigMerge branch 'setterargs'
2010-01-07 jeresigRe-ordering the args to setOffset() in case people...
2010-01-07 jeresigAdded in support for .offset(Function).
2010-01-07 jeresigAdd .css(Function) incoming value tests.
2010-01-07 jeresigNo need for the try/finally logic in the css tests...
2010-01-07 jeresigAdded manipulation tests for setter function args.
2010-01-07 jeresigMake sure that .html(Function) gets the correct previou...
2010-01-07 jeresigMake sure the exception has some level of parity with...
2010-01-07 jeresigMake sure that a parsererror is thrown whenever malform...
2010-01-07 jeresigBack out the try/catch logic from around JSON.parse...
2010-01-07 jeresigAdded some .text(Function) tests.
2010-01-07 jeresigAdded tests for attribute function setters.
2010-01-07 jeresigRemoved .removeAttr(Function), it didn't really make...
2010-01-07 jeresigMake sure the state is passed in to the toggleClass...
2010-01-07 jeresigThere's enough logic going on in jQuery.ajaxSettings...
2010-01-07 jeresigMoved the val() tests from manipulation into attributes.
2010-01-07 jeresigFixed some bugs relating to the setter arg change in...
2010-01-06 jeresigFixing some bugs in the re-tooling of toggleClass,...
2010-01-06 jeresigA first pass at making sure that all the setter functio...
2010-01-06 jeresigAdd some abort() Ajax tests. Verifies that #3984 works.
2010-01-06 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-01-06 jeresigAdding in backwards-compatiblity support for jQuery...
2010-01-06 Filipe FortesMake sure to do a deep copy on arrays. #5750
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...
next