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 |
2009-02-17 |
John Resig | Brought back the compareDocumentPosition code. While...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Changed the currentTarget test - no need to test the...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Changed some of the fx/stop tests to handle the new...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Made the div showing a little more explicit - making...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Tweaked some of the selector tests to handle some of...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Reorganized some of the animation tests to work with...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Disabled one of the ordering tests that was taking...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Fixed some more CSS/visibility tests.
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Changed a bunch of the DOM tests to work in Document...
|
commit | commitdiff | tree |
2009-02-17 |
John Resig | Updated some of the display/visible/hidden tests to...
|
commit | commitdiff | tree |
2009-02-16 |
John Resig | Bumping the version up to 1.3.2pre.
|
commit | commitdiff | tree |
2009-02-16 |
John Resig | Added support for class selectors and class attribute...
|
commit | commitdiff | tree |
2009-02-16 |
John Resig | Fixed an issue with :nth-child selectors embedded in...
|
commit | commitdiff | tree |
2009-02-16 |
John Resig | Changed the jQuery hidden/visible selectors to be a...
|
commit | commitdiff | tree |
2009-02-16 |
John Resig | Change the behavior of how :visible and :hidden work...
|
commit | commitdiff | tree |
2009-02-16 |
John Resig | Fixed a bug with certain + selectors failing (Fixes...
|
commit | commitdiff | tree |
2009-02-15 |
John Resig | Fixed the issue where weird characters were being used...
|
commit | commitdiff | tree |
2009-02-15 |
John Resig | Make sure that [name=FOO] searches actually have the...
|
commit | commitdiff | tree |
2009-02-15 |
John Resig | Added fixes for two different :not() bugs. One with...
|
commit | commitdiff | tree |
2009-02-15 |
John Resig | Updated the copy of jQuery and added some more context...
|
commit | commitdiff | tree |
2009-02-15 |
John Resig | Added some extra methods for making result set merging...
|
commit | commitdiff | tree |
2009-02-14 |
John Resig | Provide a graceful failover for [name=foo] queries...
|
commit | commitdiff | tree |
2009-02-14 |
John Resig | The compareDocumentPosition check was extraneous -...
|
commit | commitdiff | tree |
2009-02-14 |
John Resig | Added support for sorting in Safari - when querySelectorAll...
|
commit | commitdiff | tree |
2009-02-14 |
John Resig | Duplication checks are now handled directly in Sizzle...
|
commit | commitdiff | tree |
2009-02-14 |
John Resig | Disabled expando selector tests - they don't work in...
|
commit | commitdiff | tree |
2009-02-14 |
John Resig | Oops, the sourceIndex of the documentElement in IE...
|
commit | commitdiff | tree |
2009-02-14 |
John Resig | Make sure that elements are returned in document order...
|
commit | commitdiff | tree |
2009-02-13 |
John Resig | Added some significant speed-ups to height/width checks...
|
commit | commitdiff | tree |
2009-02-13 |
John Resig | Landing a fix for a case where the animation timer...
|
commit | commitdiff | tree |
2009-02-10 |
John Resig | Merging a bunch of changes back from Sizzle, by LosTFx.
|
commit | commitdiff | tree |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element...
|
commit | commitdiff | tree |
next |