jquery.git
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...
2009-05-04 Brandon Aaronfix :hidden selector that was accidentally reverted...
2009-05-04 Brandon Aaronfix memory leak in IE
2009-05-03 Ariel Fleslertestrunner: Updating an orphaned test
2009-05-03 Ariel Fleslerjquery core: $() -> $(document) and $(undefined) -...
2009-05-02 Brandon Aaronmake sure toggleClass does not delete classNames when...
2009-05-02 Brandon AarontoggleClass can now toggle multiple classNames (space...
2009-05-02 Brandon Aaronactually should be 6330, not 6329
2009-05-02 Brandon Aaronindex now works in reverse when passed a selector or...
2009-05-01 Brandon Aaronfix global event triggering that i broke in r6323
2009-05-01 Brandon Aaronspecial event refactor left over code
2009-05-01 Brandon Aaronfix for #2620
2009-05-01 Brandon Aarononly copy guid from handler to modifiedHandler if it...
2009-04-30 Brandon Aaronlive event handlers now receive data from trigger,...
2009-04-30 Brandon Aaronrefactor specialAll into add and remove hooks for exist...
2009-04-30 Brandon Aaronevent clean up
2009-04-29 Brandon Aaronenable test for binding events cross-frame that was...
2009-04-29 Brandon Aaron.unbind() without any arguments now also unbinds namesp...
2009-04-22 Brandon Aaronfixing a few more memory leaks in IE
2009-04-22 Brandon Aaronoffset returns null for window and document elements...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-22 Brandon Aaronfix for #3546. css now works with other windows than...
2009-04-22 Brandon Aaronfix for #4268. bind now works with iframe windows....
2009-04-22 Brandon Aaronfix for #2911
2009-04-22 Brandon Aaronremove radix param for parseFloat calls
2009-04-22 Brandon Aaronwidth, height, scrollLeft, and scrollTop now work with...
2009-04-21 Brandon Aaronclean up offset. #4456 thanks pbcomm
2009-04-21 Brandon Aaronactually don't need to null out as much as i thought...
2009-04-21 Brandon Aaronfixing memory leaks in IE
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-31 John ResigUnified the formatting of core.js. === or !== are used...
2009-03-30 Brandon Aaronfix for #4439, offset.initialize can cause the page...
2009-03-27 Brandon Aaronfix for #4378, base tag causes javascript error in...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aaronmoving dimension related unit tests to dimensions test...
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-22 Brandon Aaronmoving some vars from manipulations.js to attributes.js
2009-03-22 Brandon Aaronfix for #4399, removing unused variables
2009-03-20 Brandon Aaronfix for #4189, live/die now work with contexts other...
2009-03-19 John ResigAdded some more information to the unload event cleanup.
2009-03-19 Brandon Aaronfix for #4115
next