jquery.git
2010-01-28 jeresigAdd a new build mode to the Makefile that doesn't try...
2010-01-28 jeresigMake sure namespaces is always an array, when passed...
2010-01-28 jeresigMake sure that jQuery.data( elem ) always returns a...
2010-01-27 jeresigNo reason to limit the initial change data store to...
2010-01-26 jeresigUpdating the source version to 1.4.2pre.
2010-01-26 jeresigTagging the 1.4.1 release.
2010-01-26 jeresigMake sure that the correct context is being passed...
2010-01-26 jeresigMake work wrapInner(fn) work consistently. Fixes #5799.
2010-01-25 Robert KaticFiltering elements only. Fixed #5920
2010-01-25 Mike AlupProvided detailed message for JSON parse errors. Fixes...
2010-01-25 Michael MonteleoneMake sure that checked state is cloned properly. Based...
2010-01-25 jeresigMake sure that special.add actually copies over event...
2010-01-25 jeresigMake sure multiple bound events have their namespaces...
2010-01-25 jeresigCleaned up divs that should've been removed after a...
2010-01-25 jeresigMake sure that it's possible to preventDefault natively...
2010-01-25 jeresigUpdate the license URL in the header.
2010-01-25 John ResigMake sure original context is maintained and not the...
2010-01-25 John ResigObjects with length properties weren't getting serializ...
2010-01-25 John ResigUse alternative technique for triggering an abort,...
2010-01-25 John ResigDon't set the context in .load() as it stops the global...
2010-01-25 John ResigMake sure that XHTML-style HTML is purified in .html...
2010-01-24 jeresigExpose cleanData, make sure that all bound event handle...
2010-01-24 jeresigAdded in .height(fn) and .width(fn) support. Fixes...
2010-01-23 jeresigMake empty strings (and other non-string values) simply...
2010-01-23 jeresigMoved add() tests from core to traversing.
2010-01-23 jeresigExpose the JSON parsing logic. Fixes #5914.
2010-01-23 jeresigCentralize the logic for throwing exceptions. Fixes...
2010-01-23 jeresigMake sure that .die() with no args works. Fixes #5789.
2010-01-23 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-01-23 Matt CurrySelect (with a selected) fired change on first focus...
2010-01-23 Karl Swedbergfixed offset(coordinates) returns null when no matching...
2010-01-23 Karl Swedbergadded tests for show/hide with falsy, non-zero values
2010-01-23 Karl SwedbergMade .show() and .hide() use .animate() only if speed...
2010-01-23 Ben Almanfixed jQuery.dir regression introduced with 1.4 *untils...
2010-01-23 Ben AlmanSimplification of uaMatch, based upon the patch by...
2010-01-23 Irae BrasilAdded support for multiple live event handlers, live...
2010-01-23 Irae BrasilMake sure that live handlers don't stop inline scripts...
2010-01-23 Irae BrasilMake sure non-left-click events don't bubble. Fixes...
2010-01-21 jeresigUpdating the date in MIT-LICENSE.txt. Thanks @mathias...
2010-01-18 jeresigAdding in the change recommended by Alexander Farkas...
2010-01-18 jeresigFix missing var declaration for the length iterator.
2010-01-16 John ResigMake sure regular settings object is set as context...
2010-01-15 John ResigRemoved some dead code from buildFragment. Thanks to...
2010-01-15 John ResigExpose the proxy object on the object, for the benefit...
2010-01-15 John ResigThe inArray declaration was accidentally duplicated.
2010-01-14 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2010-01-14 John ResigRemoved extraneous thisObject references. Thanks to...
2010-01-14 Yehuda KatzwrapAll(Function) doesn't actually make sense. That...
2010-01-13 jeresigUpdating the source version to 1.4.1pre.
2010-01-13 jeresigWe only care that some of the html return value is...
2010-01-13 jeresigMake sure no exception is thrown if no event handler...
2010-01-13 jeresigMake sure that null params aren't traversed. Fixes...
2010-01-13 jeresigSend data if a DELETE Ajax request is done. Fixes ...
2010-01-13 jeresigMake sure that disconnected nodes aren't sorted/uniqued...
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...
next