2009-09-09 |
John Resig | Added support for .eq(-N), .first(), and .last(). Fixes...
|
commit | commitdiff | tree |
2009-09-08 |
John Resig | Optimize jQuery() for the case $("TAG").
|
commit | commitdiff | tree |
2009-09-08 |
John Resig | Use the native Array indexOf method if it exists, for...
|
commit | commitdiff | tree |
2009-09-08 |
John Resig | Removed jQuery.className.(has|remove|add) in favor...
|
commit | commitdiff | tree |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate...
|
commit | commitdiff | tree |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip...
|
commit | commitdiff | tree |
2009-09-07 |
John Resig | Added an optimization for the case where $("body")...
|
commit | commitdiff | tree |
2009-08-27 |
John Resig | Fixed a bug with the isXMLDoc test - also made sure...
|
commit | commitdiff | tree |
2009-08-27 |
John Resig | Tweaked the isXMLDoc iframe test case to test the document...
|
commit | commitdiff | tree |
2009-08-26 |
John Resig | If the XHR object no longer exists assume that the...
|
commit | commitdiff | tree |
2009-08-26 |
John Resig | Temporarily disabled some tests for Opera 10 - a variety...
|
commit | commitdiff | tree |
2009-08-10 |
John Resig | Moved exposing window.jQuery and window.$ to the end...
|
commit | commitdiff | tree |
2009-07-28 |
John Resig | Added support for .closest(filter, DOMElement). Fixes...
|
commit | commitdiff | tree |
2009-07-28 |
John Resig | Backing out commit #6507 - causes too many problems.
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Fix some missing braces in core.js.
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Added an improvement to quickExpr and some more tests...
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Make sure payload is sent for PUT requests. (Thanks...
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Shortened the isXMLDoc code, based upon recommendation...
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Added an extra documentElement check to isXMLDoc for...
|
commit | commitdiff | tree |
2009-07-25 |
John Resig | Implemented support for .context limited .closest(...
|
commit | commitdiff | tree |
2009-07-25 |
John Resig | Fix for animating hyphenated CSS properties. Fixes...
|
commit | commitdiff | tree |
2009-07-23 |
John Resig | Changed .get(-Number) to use .slice() instead of .toArray...
|
commit | commitdiff | tree |
2009-07-23 |
John Resig | Fix for incorrect options being selected (noticed same...
|
commit | commitdiff | tree |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to...
|
commit | commitdiff | tree |
2009-07-22 |
John Resig | Optimizing isXMLDoc.
|
commit | commitdiff | tree |
2009-07-22 |
John Resig | Support dynamically loaded copies of jQuery using document...
|
commit | commitdiff | tree |
2009-07-22 |
John Resig | Make sure that the script is removed only if it's actually...
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Completely disable the flaky fx queue test.
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Exaggerate the times for the localtimeout ajax test.
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Retool the fx test again, making it more apparent which...
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Made a tweak to the fx queue test (was randomly failing...
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Tweaked the detach addition in commit [6474].
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Made some syntax tweaks to core.js.
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Saved some references to native methods, instead of...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Moved some RegExp in core.js, goes toward #4111.
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Moved the RegExp in ajax.js out from inline, goes towards...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Made a number of syntax tweaks to ajax.js.
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Did some cleaning up of ajax.js and fixed a bug from...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Fixed a typo with commit [6457].
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Removing extraneous closing ). Fix for [6463].
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Broke out some of the inline RegExp from css.js. Goes...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Fixed various formatting issues in css.js.
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Move cases of .replace(re, Function) out from inline...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Fixed typo in commit #6461.
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Made more formatting changes to manipulation.js. Also...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Tweaked formatting of src/manipulation.js.
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Standardize on using .nodeName in place of .tagName...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Standardizing on .test() and .exec() - moving away...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Rewrote .offsetParent() to work against the full jQuery...
|
commit | commitdiff | tree |
2009-07-19 |
John Resig | Made a number of stylistic changes to the offset code...
|
commit | commitdiff | tree |
2009-07-18 |
John Resig | Switching to use a better check for if the node is...
|
commit | commitdiff | tree |
2009-07-15 |
John Resig | Scope 'document' locally (also useful for sandboxing...
|
commit | commitdiff | tree |
2009-07-14 |
John Resig | We only support wrapping the first element around an...
|
commit | commitdiff | tree |
2009-07-14 |
John Resig | Fixed wrapping of elements that hold text nodes. Thanks...
|
commit | commitdiff | tree |
2009-07-14 |
John Resig | Fixed spelling mistake in Ajax tests.
|
commit | commitdiff | tree |
2009-07-14 |
John Resig | Fixed the handling of .status == 304 in Opera (it always...
|
commit | commitdiff | tree |
2009-07-11 |
John Resig | IE doesn't seem to like caching fragments that have...
|
commit | commitdiff | tree |
2009-07-11 |
John Resig | Limit domManip caching to strings < 512 characters...
|
commit | commitdiff | tree |
2009-07-11 |
John Resig | Fixes regression in .attr(), patch by David Flanagan...
|
commit | commitdiff | tree |
2009-07-11 |
John Resig | Added caching to domManip. Fixes #4883.
|
commit | commitdiff | tree |
2009-07-11 |
John Resig | Optimized jQuery(Element) to not call jQuery() twice.
|
commit | commitdiff | tree |
2009-06-15 |
John Resig | Minor tab-spacing tweak.
|
commit | commitdiff | tree |
2009-06-15 |
John Resig | Adding support for etags in $.ajax() - and simplified...
|
commit | commitdiff | tree |
2009-05-20 |
John Resig | Reverting accidental test suite corruption from the...
|
commit | commitdiff | tree |
2009-05-20 |
John Resig | Removed some cases of strict errors.
|
commit | commitdiff | tree |
2009-05-20 |
John Resig | Switched to using new Function instead of eval for...
|
commit | commitdiff | tree |
2009-05-20 |
John Resig | Did some light reordering of the jQuery definition...
|
commit | commitdiff | tree |
2009-04-20 |
John Resig | Added explicit module names to the new unit tests.
|
commit | commitdiff | tree |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used...
|
commit | commitdiff | tree |
2009-03-19 |
John Resig | Added some more information to the unload event cleanup.
|
commit | commitdiff | tree |
2009-03-17 |
John Resig | Backed out commit [6260], was causing too many problems...
|
commit | commitdiff | tree |
2009-02-28 |
John Resig | Removed the objectAll check from jQuery.support, was...
|
commit | commitdiff | tree |
2009-02-28 |
John Resig | Simplified the structure of the .css() and .attr()...
|
commit | commitdiff | tree |
2009-02-27 |
John Resig | Moved to a generic solution for copying methods over...
|
commit | commitdiff | tree |
2009-02-26 |
John Resig | No longer use arguments.callee or RegExp (use new RegExp...
|
commit | commitdiff | tree |
2009-02-26 |
John Resig | As it turns out, the context was being started at a...
|
commit | commitdiff | tree |
2009-02-25 |
John Resig | Removed the need for the results set to have array...
|
commit | commitdiff | tree |
2009-02-25 |
John Resig | Made some changes to how .find() works, inlined the...
|
commit | commitdiff | tree |
2009-02-25 |
John Resig | Simplified the isXML function, no need to use recursion.
|
commit | commitdiff | tree |
2009-02-25 |
John Resig | Expose the sort/unique code from Sizzle as Sizzle.uniqueSort().
|
commit | commitdiff | tree |
2009-02-25 |
John Resig | Cut down on some more function calls for jQuery(.....
|
commit | commitdiff | tree |
2009-02-25 |
John Resig | Reduced the number of function calls required for ...
|
commit | commitdiff | tree |
2009-02-25 |
John Resig | Landed some improvements for improving the performance...
|
commit | commitdiff | tree |
2009-02-23 |
John Resig | Overhauled the .remove() and .empty() methods to be...
|
commit | commitdiff | tree |
2009-02-20 |
John Resig | Tagged the Sizzle 1.0 release.
|
commit | commitdiff | tree |
2009-02-20 |
John Resig | Made sure that .remove now uses multiFilter. Fixes...
|
commit | commitdiff | tree |
2009-02-19 |
John Resig | Bumping the version up to 1.3.3pre.
|
commit | commitdiff | tree |
2009-02-19 |
John Resig | Tagging the 1.3.2 release.
|
commit | commitdiff | tree |
2009-02-19 |
John Resig | Fixed one of the selector tests that was reporting...
|
commit | commitdiff | tree |
2009-02-19 |
John Resig | Disabled some of the animation tests that were being...
|
commit | commitdiff | tree |
2009-02-18 |
John Resig | Missed an other search-related test.
|
commit | commitdiff | tree |
2009-02-18 |
John Resig | Fixed some tests that were changed (fixed!) by fixing...
|
commit | commitdiff | tree |
2009-02-18 |
John Resig | Made it so that search input elements are now serialized...
|
commit | commitdiff | tree |
2009-02-18 |
John Resig | Made it so that appendTo, etc. return the inserted...
|
commit | commitdiff | tree |
2009-02-18 |
John Resig | A speedup for .remove() (which also speeds up .html...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Updated the show() tests to work without the use of...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Reorganized and disabled some of the height/width tests...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Updated the JAR Makefile command to support UTF-8.
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Disable building the lite and packed versions of jQuery...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Switch to using createRange for element comparision...
|
commit | commitdiff | tree |
next |