| 2009-07-19 | John Resig | Made some syntax tweaks to core.js. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Saved some references to native methods, instead of... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Moved some RegExp in core.js, goes toward #4111. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Moved the RegExp in ajax.js out from inline, goes towar... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Made a number of syntax tweaks to ajax.js. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Did some cleaning up of ajax.js and fixed a bug from... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Fixed a typo with commit [6457]. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Removing extraneous closing ). Fix for [6463]. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Broke out some of the inline RegExp from css.js. Goes... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Fixed various formatting issues in css.js. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Move cases of .replace(re, Function) out from inline... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Fixed typo in commit #6461. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Made more formatting changes to manipulation.js. Also... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Tweaked formatting of src/manipulation.js. | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Standardize on using .nodeName in place of .tagName... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Standardizing on .test() and .exec() - moving away... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Rewrote .offsetParent() to work against the full jQuery... | commit | commitdiff | tree | snapshot | 
| 2009-07-19 | John Resig | Made a number of stylistic changes to the offset code... | commit | commitdiff | tree | snapshot | 
| 2009-07-18 | John Resig | Switching to use a better check for if the node is... | commit | commitdiff | tree | snapshot | 
| 2009-07-17 | Brandon Aaron | removing ambiguous offset tests for now... results... | commit | commitdiff | tree | snapshot | 
| 2009-07-17 | Brandon Aaron | integrated offset tests into main test suite. offset... | commit | commitdiff | tree | snapshot | 
| 2009-07-17 | Brandon Aaron | fix for #4906 | commit | commitdiff | tree | snapshot | 
| 2009-07-17 | Yehuda Katz | Add test for jQuery(jQueryObj) cloning and simplify... | commit | commitdiff | tree | snapshot | 
| 2009-07-17 | Yehuda Katz | jQuery objects have a default length of 0. Simplifies... | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Ariel Flesler | jquery core: Simplifying isEmptyObject() and adding... | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Refactor queueing system to allow auto-dequeuing to... | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Refactor jQuery.data a bit to reduce property lookups | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Implemented .data() to get the entire data object.... | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Add a test for index() | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Unify .not and .filter (resolves #4200). | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | jQuery.extend(true, Object, Object) copies custom objec... | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | jQuery.extend(true, Object, Object) copies objects... | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Clear some dangling whitespace | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Add support for .get(-Number) Closes #4188 | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Make toArray an alias for .get(). Closes #3999 | commit | commitdiff | tree | snapshot | 
| 2009-07-16 | Yehuda Katz | Added gitignore for people using git-svn | commit | commitdiff | tree | snapshot | 
| 2009-07-15 | John Resig | Scope 'document' locally (also useful for sandboxing... | commit | commitdiff | tree | snapshot | 
| 2009-07-14 | John Resig | We only support wrapping the first element around an... | commit | commitdiff | tree | snapshot | 
| 2009-07-14 | John Resig | Fixed wrapping of elements that hold text nodes. Thanks... | commit | commitdiff | tree | snapshot | 
| 2009-07-14 | John Resig | Fixed spelling mistake in Ajax tests. | commit | commitdiff | tree | snapshot | 
| 2009-07-14 | John Resig | Fixed the handling of .status == 304 in Opera (it alway... | commit | commitdiff | tree | snapshot | 
| 2009-07-13 | Yehuda Katz | clearQueue and next should now work with default fx... | commit | commitdiff | tree | snapshot | 
| 2009-07-13 | Yehuda Katz | Uses the more stable font-size as a sentinel | commit | commitdiff | tree | snapshot | 
| 2009-07-13 | Yehuda Katz | Test Tweak to normalize the CSS results across browsers | commit | commitdiff | tree | snapshot | 
| 2009-07-13 | Yehuda Katz | Fix dangling comma of death in data.js | commit | commitdiff | tree | snapshot | 
| 2009-07-13 | Yehuda Katz | Updates css() tests to use hex rather than color names | commit | commitdiff | tree | snapshot | 
| 2009-07-12 | Yehuda Katz | Add tests for replaceAll(fn) and wrap(fn) -- mark wrapA... | commit | commitdiff | tree | snapshot | 
| 2009-07-12 | Yehuda Katz | Support for .foo(Function) and testing. TODO: More... | commit | commitdiff | tree | snapshot | 
| 2009-07-12 | Yehuda Katz | Added test for css(String, Function) and css(Object... | commit | commitdiff | tree | snapshot | 
| 2009-07-12 | Yehuda Katz | Add clearQueue for clearing non-fx queues | commit | commitdiff | tree | snapshot | 
| 2009-07-12 | Yehuda Katz | Added a next() shortcut for queues | commit | commitdiff | tree | snapshot | 
| 2009-07-11 | John Resig | IE doesn't seem to like caching fragments that have... | commit | commitdiff | tree | snapshot | 
| 2009-07-11 | John Resig | Limit domManip caching to strings < 512 characters... | commit | commitdiff | tree | snapshot | 
| 2009-07-11 | John Resig | Fixes regression in .attr(), patch by David Flanagan... | commit | commitdiff | tree | snapshot | 
| 2009-07-11 | John Resig | Added caching to domManip. Fixes #4883. | commit | commitdiff | tree | snapshot | 
| 2009-07-11 | John Resig | Optimized jQuery(Element) to not call jQuery() twice. | commit | commitdiff | tree | snapshot | 
| 2009-06-23 | Brandon Aaron | reverting sizzle updates from previous commit, appears... | commit | commitdiff | tree | snapshot | 
| 2009-06-23 | Brandon Aaron | fix for #4512 and minor sizzle updates | commit | commitdiff | tree | snapshot | 
| 2009-06-20 | Ariel Flesler | jquery core: Closes #2827. jQuery.each iterates over... | commit | commitdiff | tree | snapshot | 
| 2009-06-17 | Brandon Aaron | fix for #3533, triggering an event with a colon in... | commit | commitdiff | tree | snapshot | 
| 2009-06-15 | John Resig | Minor tab-spacing tweak. | commit | commitdiff | tree | snapshot | 
| 2009-06-15 | John Resig | Adding support for etags in $.ajax() - and simplified... | commit | commitdiff | tree | snapshot | 
| 2009-06-04 | Jörn Zaefferer | jquery core: removed the version.txt newline; please... | commit | commitdiff | tree | snapshot | 
| 2009-06-02 | Ariel Flesler | jquery fx: Exposing the ticking function | commit | commitdiff | tree | snapshot | 
| 2009-05-20 | John Resig | Reverting accidental test suite corruption from the... | commit | commitdiff | tree | snapshot | 
| 2009-05-20 | John Resig | Removed some cases of strict errors. | commit | commitdiff | tree | snapshot | 
| 2009-05-20 | John Resig | Switched to using new Function instead of eval for... | commit | commitdiff | tree | snapshot | 
| 2009-05-20 | John Resig | Did some light reordering of the jQuery definition... | commit | commitdiff | tree | snapshot | 
| 2009-05-18 | Brandon Aaron | fix :hidden and :visible selectors. fixes #4512 | commit | commitdiff | tree | snapshot | 
| 2009-05-16 | Brandon Aaron | fix for #4183 | commit | commitdiff | tree | snapshot | 
| 2009-05-16 | Brandon Aaron | error case for an ajax test | commit | commitdiff | tree | snapshot | 
| 2009-05-16 | Brandon Aaron | fix remove and empty to work properly in IE when an... | commit | commitdiff | tree | snapshot | 
| 2009-05-16 | Brandon Aaron | prevent fx test html from showing in IE | commit | commitdiff | tree | snapshot | 
| 2009-05-16 | Brandon Aaron | unit tests for setting cellspacing, rowspan, and colspan | commit | commitdiff | tree | snapshot | 
| 2009-05-16 | Brandon Aaron | fix for #4397 | commit | commitdiff | tree | snapshot | 
| 2009-05-14 | Brandon Aaron | tidy up fix for #3981, thanks matt kruse | commit | commitdiff | tree | snapshot | 
| 2009-05-14 | Brandon Aaron | opacity is now retrieved from stylesheet in IE. fixes... | commit | commitdiff | tree | snapshot | 
| 2009-05-12 | Brandon Aaron | fix regression in removing live events caused by r6324 | commit | commitdiff | tree | snapshot | 
| 2009-05-10 | Ariel Flesler | jquery event: misc change | commit | commitdiff | tree | snapshot | 
| 2009-05-07 | Brandon Aaron | unused, left-over code from r6344 | commit | commitdiff | tree | snapshot | 
| 2009-05-07 | Brandon Aaron | another unit test for index method | commit | commitdiff | tree | snapshot | 
| 2009-05-07 | Brandon Aaron | .bind() now accepts an optional thisObject as the last... | commit | commitdiff | tree | snapshot | 
| 2009-05-06 | Brandon Aaron | fix for #4234. hover can take one function to use for... | commit | commitdiff | tree | snapshot | 
| 2009-05-06 | Brandon Aaron | fix for #3286 | commit | commitdiff | tree | snapshot | 
| 2009-05-04 | Brandon Aaron | unit tests for using jQuery events on non-dom elements... | commit | commitdiff | tree | snapshot | 
| 2009-05-04 | Brandon Aaron | fix :hidden selector that was accidentally reverted... | commit | commitdiff | tree | snapshot | 
| 2009-05-04 | Brandon Aaron | fix memory leak in IE | commit | commitdiff | tree | snapshot | 
| 2009-05-03 | Ariel Flesler | testrunner: Updating an orphaned test | commit | commitdiff | tree | snapshot | 
| 2009-05-03 | Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... | commit | commitdiff | tree | snapshot | 
| 2009-05-02 | Brandon Aaron | make sure toggleClass does not delete classNames when... | commit | commitdiff | tree | snapshot | 
| 2009-05-02 | Brandon Aaron | toggleClass can now toggle multiple classNames (space... | commit | commitdiff | tree | snapshot | 
| 2009-05-02 | Brandon Aaron | actually should be 6330, not 6329 | commit | commitdiff | tree | snapshot | 
| 2009-05-02 | Brandon Aaron | index now works in reverse when passed a selector or... | commit | commitdiff | tree | snapshot | 
| 2009-05-01 | Brandon Aaron | fix global event triggering that i broke in r6323 | commit | commitdiff | tree | snapshot | 
| 2009-05-01 | Brandon Aaron | special event refactor left over code | commit | commitdiff | tree | snapshot | 
| 2009-05-01 | Brandon Aaron | fix for #2620 | commit | commitdiff | tree | snapshot | 
| 2009-05-01 | Brandon Aaron | only copy guid from handler to modifiedHandler if it... | commit | commitdiff | tree | snapshot | 
| 2009-04-30 | Brandon Aaron | live event handlers now receive data from trigger,... | commit | commitdiff | tree | snapshot | 
| 2009-04-30 | Brandon Aaron | refactor specialAll into add and remove hooks for exist... | commit | commitdiff | tree | snapshot | 
| 2009-04-30 | Brandon Aaron | event clean up | commit | commitdiff | tree | snapshot | 
| next |