| 2009-09-09 | John Resig | Added support for .eq(-N), .first(), and .last(). Fixes... | commit | commitdiff | tree | snapshot | 
| 2009-09-08 | John Resig | Optimize jQuery() for the case $("TAG"). | commit | commitdiff | tree | snapshot | 
| 2009-09-08 | John Resig | Use the native Array indexOf method if it exists, for... | commit | commitdiff | tree | snapshot | 
| 2009-09-08 | John Resig | Removed jQuery.className.(has|remove|add) in favor... | commit | commitdiff | tree | snapshot | 
| 2009-09-07 | John Resig | Broke the logic for .clean() wrap out into a separate... | commit | commitdiff | tree | snapshot | 
| 2009-09-07 | John Resig | Split out the fragment-building code from domManip... | commit | commitdiff | tree | snapshot | 
| 2009-09-07 | John Resig | Added an optimization for the case where $("body")... | commit | commitdiff | tree | snapshot | 
| 2009-09-02 | Yehuda Katz | Adds nested param serialization; Closes #4201 (by merbjedi) | commit | commitdiff | tree | snapshot | 
| 2009-08-27 | John Resig | Fixed a bug with the isXMLDoc test - also made sure... | commit | commitdiff | tree | snapshot | 
| 2009-08-27 | John Resig | Tweaked the isXMLDoc iframe test case to test the docum... | commit | commitdiff | tree | snapshot | 
| 2009-08-26 | John Resig | If the XHR object no longer exists assume that the... | commit | commitdiff | tree | snapshot | 
| 2009-08-26 | John Resig | Temporarily disabled some tests for Opera 10 - a variet... | commit | commitdiff | tree | snapshot | 
| 2009-08-10 | John Resig | Moved exposing window.jQuery and window.$ to the end... | commit | commitdiff | tree | snapshot | 
| 2009-07-28 | John Resig | Added support for .closest(filter, DOMElement). Fixes... | commit | commitdiff | tree | snapshot | 
| 2009-07-28 | John Resig | Backing out commit #6507 - causes too many problems. | commit | commitdiff | tree | snapshot | 
| 2009-07-27 | John Resig | Fix some missing braces in core.js. | commit | commitdiff | tree | snapshot | 
| 2009-07-27 | John Resig | Added an improvement to quickExpr and some more tests... | commit | commitdiff | tree | snapshot | 
| 2009-07-27 | John Resig | Make sure payload is sent for PUT requests. (Thanks... | commit | commitdiff | tree | snapshot | 
| 2009-07-27 | John Resig | Shortened the isXMLDoc code, based upon recommendation... | commit | commitdiff | tree | snapshot | 
| 2009-07-27 | John Resig | Added an extra documentElement check to isXMLDoc for... | commit | commitdiff | tree | snapshot | 
| 2009-07-25 | John Resig | Implemented support for .context limited .closest(... | commit | commitdiff | tree | snapshot | 
| 2009-07-25 | John Resig | Fix for animating hyphenated CSS properties. Fixes... | commit | commitdiff | tree | snapshot | 
| 2009-07-25 | Brandon Aaron | Fix for #4972. Dreamweaver CS4 crashes on offset module... | commit | commitdiff | tree | snapshot | 
| 2009-07-25 | Brandon Aaron | revision 6494 accidentally reverted some changes to... | commit | commitdiff | tree | snapshot | 
| 2009-07-24 | Brandon Aaron | add scrollTop/Left tests and fix for IE | commit | commitdiff | tree | snapshot | 
| 2009-07-24 | Ariel Flesler | speed: adding a benchmark() function | commit | commitdiff | tree | snapshot | 
| 2009-07-24 | Ariel Flesler | speed: misc changes to the top comment | commit | commitdiff | tree | snapshot | 
| 2009-07-24 | Ariel Flesler | speed: committing a failing experiment of concat vs... | commit | commitdiff | tree | snapshot | 
| 2009-07-23 | John Resig | Changed .get(-Number) to use .slice() instead of .toArr... | commit | commitdiff | tree | snapshot | 
| 2009-07-23 | John Resig | Fix for incorrect options being selected (noticed same... | commit | commitdiff | tree | snapshot | 
| 2009-07-23 | John Resig | Make sure that at least one argument is provided to... | commit | commitdiff | tree | snapshot | 
| 2009-07-22 | John Resig | Optimizing isXMLDoc. | commit | commitdiff | tree | snapshot | 
| 2009-07-22 | John Resig | Support dynamically loaded copies of jQuery using docum... | commit | commitdiff | tree | snapshot | 
| 2009-07-22 | John Resig | Make sure that the script is removed only if it's actua... | commit | commitdiff | tree | snapshot | 
| 2009-07-21 | John Resig | Completely disable the flaky fx queue test. | commit | commitdiff | tree | snapshot | 
| 2009-07-21 | John Resig | Exaggerate the times for the localtimeout ajax test. | commit | commitdiff | tree | snapshot | 
| 2009-07-21 | John Resig | Retool the fx test again, making it more apparent which... | commit | commitdiff | tree | snapshot | 
| 2009-07-21 | John Resig | Made a tweak to the fx queue test (was randomly failing... | commit | commitdiff | tree | snapshot | 
| 2009-07-21 | John Resig | Tweaked the detach addition in commit [6474]. | commit | commitdiff | tree | snapshot | 
| 2009-07-21 | Yehuda Katz | Adds detach() | commit | commitdiff | tree | snapshot | 
| 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 | 
| next |