jquery.git
2009-07-24 Ariel Fleslerspeed: adding a benchmark() function
2009-07-24 Ariel Fleslerspeed: misc changes to the top comment
2009-07-24 Ariel Fleslerspeed: committing a failing experiment of concat vs...
2009-07-23 John ResigChanged .get(-Number) to use .slice() instead of .toArr...
2009-07-23 John ResigFix for incorrect options being selected (noticed same...
2009-07-23 John ResigMake sure that at least one argument is provided to...
2009-07-22 John ResigOptimizing isXMLDoc.
2009-07-22 John ResigSupport dynamically loaded copies of jQuery using docum...
2009-07-22 John ResigMake sure that the script is removed only if it's actua...
2009-07-21 John ResigCompletely disable the flaky fx queue test.
2009-07-21 John ResigExaggerate the times for the localtimeout ajax test.
2009-07-21 John ResigRetool the fx test again, making it more apparent which...
2009-07-21 John ResigMade a tweak to the fx queue test (was randomly failing...
2009-07-21 John ResigTweaked the detach addition in commit [6474].
2009-07-21 Yehuda KatzAdds detach()
2009-07-19 John ResigMade some syntax tweaks to core.js.
2009-07-19 John ResigSaved some references to native methods, instead of...
2009-07-19 John ResigMoved some RegExp in core.js, goes toward #4111.
2009-07-19 John ResigMoved the RegExp in ajax.js out from inline, goes towar...
2009-07-19 John ResigMade a number of syntax tweaks to ajax.js.
2009-07-19 John ResigDid some cleaning up of ajax.js and fixed a bug from...
2009-07-19 John ResigFixed a typo with commit [6457].
2009-07-19 John ResigRemoving extraneous closing ). Fix for [6463].
2009-07-19 John ResigBroke out some of the inline RegExp from css.js. Goes...
2009-07-19 John ResigFixed various formatting issues in css.js.
2009-07-19 John ResigMove cases of .replace(re, Function) out from inline...
2009-07-19 John ResigFixed typo in commit #6461.
2009-07-19 John ResigMade more formatting changes to manipulation.js. Also...
2009-07-19 John ResigTweaked formatting of src/manipulation.js.
2009-07-19 John ResigStandardize on using .nodeName in place of .tagName...
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
2009-07-19 John ResigRewrote .offsetParent() to work against the full jQuery...
2009-07-19 John ResigMade a number of stylistic changes to the offset code...
2009-07-18 John ResigSwitching to use a better check for if the node is...
2009-07-17 Brandon Aaronremoving ambiguous offset tests for now... results...
2009-07-17 Brandon Aaronintegrated offset tests into main test suite. offset...
2009-07-17 Brandon Aaronfix for #4906
2009-07-17 Yehuda KatzAdd test for jQuery(jQueryObj) cloning and simplify...
2009-07-17 Yehuda KatzjQuery objects have a default length of 0. Simplifies...
2009-07-16 Ariel Fleslerjquery core: Simplifying isEmptyObject() and adding...
2009-07-16 Yehuda KatzRefactor queueing system to allow auto-dequeuing to...
2009-07-16 Yehuda KatzRefactor jQuery.data a bit to reduce property lookups
2009-07-16 Yehuda KatzImplemented .data() to get the entire data object....
2009-07-16 Yehuda KatzAdd a test for index()
2009-07-16 Yehuda KatzUnify .not and .filter (resolves #4200).
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies custom objec...
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies objects...
2009-07-16 Yehuda KatzClear some dangling whitespace
2009-07-16 Yehuda KatzAdd support for .get(-Number) Closes #4188
2009-07-16 Yehuda KatzMake toArray an alias for .get(). Closes #3999
2009-07-16 Yehuda KatzAdded gitignore for people using git-svn
2009-07-15 John ResigScope 'document' locally (also useful for sandboxing...
2009-07-14 John ResigWe only support wrapping the first element around an...
2009-07-14 John ResigFixed wrapping of elements that hold text nodes. Thanks...
2009-07-14 John ResigFixed spelling mistake in Ajax tests.
2009-07-14 John ResigFixed the handling of .status == 304 in Opera (it alway...
2009-07-13 Yehuda KatzclearQueue and next should now work with default fx...
2009-07-13 Yehuda KatzUses the more stable font-size as a sentinel
2009-07-13 Yehuda KatzTest Tweak to normalize the CSS results across browsers
2009-07-13 Yehuda KatzFix dangling comma of death in data.js
2009-07-13 Yehuda KatzUpdates css() tests to use hex rather than color names
2009-07-12 Yehuda KatzAdd tests for replaceAll(fn) and wrap(fn) -- mark wrapA...
2009-07-12 Yehuda KatzSupport for .foo(Function) and testing. TODO: More...
2009-07-12 Yehuda KatzAdded test for css(String, Function) and css(Object...
2009-07-12 Yehuda KatzAdd clearQueue for clearing non-fx queues
2009-07-12 Yehuda KatzAdded a next() shortcut for queues
2009-07-11 John ResigIE doesn't seem to like caching fragments that have...
2009-07-11 John ResigLimit domManip caching to strings < 512 characters...
2009-07-11 John ResigFixes regression in .attr(), patch by David Flanagan...
2009-07-11 John ResigAdded caching to domManip. Fixes #4883.
2009-07-11 John ResigOptimized jQuery(Element) to not call jQuery() twice.
2009-06-23 Brandon Aaronreverting sizzle updates from previous commit, appears...
2009-06-23 Brandon Aaronfix for #4512 and minor sizzle updates
2009-06-20 Ariel Fleslerjquery core: Closes #2827. jQuery.each iterates over...
2009-06-17 Brandon Aaronfix for #3533, triggering an event with a colon in...
2009-06-15 John ResigMinor tab-spacing tweak.
2009-06-15 John ResigAdding support for etags in $.ajax() - and simplified...
2009-06-04 Jörn Zaeffererjquery core: removed the version.txt newline; please...
2009-06-02 Ariel Fleslerjquery fx: Exposing the ticking function
2009-05-20 John ResigReverting accidental test suite corruption from the...
2009-05-20 John ResigRemoved some cases of strict errors.
2009-05-20 John ResigSwitched to using new Function instead of eval for...
2009-05-20 John ResigDid some light reordering of the jQuery definition...
2009-05-18 Brandon Aaronfix :hidden and :visible selectors. fixes #4512
2009-05-16 Brandon Aaronfix for #4183
2009-05-16 Brandon Aaronerror case for an ajax test
2009-05-16 Brandon Aaronfix remove and empty to work properly in IE when an...
2009-05-16 Brandon Aaronprevent fx test html from showing in IE
2009-05-16 Brandon Aaronunit tests for setting cellspacing, rowspan, and colspan
2009-05-16 Brandon Aaronfix for #4397
2009-05-14 Brandon Aarontidy up fix for #3981, thanks matt kruse
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-05-12 Brandon Aaronfix regression in removing live events caused by r6324
2009-05-10 Ariel Fleslerjquery event: misc change
2009-05-07 Brandon Aaronunused, left-over code from r6344
2009-05-07 Brandon Aaronanother unit test for index method
2009-05-07 Brandon Aaron.bind() now accepts an optional thisObject as the last...
2009-05-06 Brandon Aaronfix for #4234. hover can take one function to use for...
2009-05-06 Brandon Aaronfix for #3286
2009-05-04 Brandon Aaronunit tests for using jQuery events on non-dom elements...
next