| Commit message (Expand) | Author | Age | Files | Lines |
* | added version to all builds; changed current version to 1.2.2-pre - to be upd... | Jörn Zaefferer | 2007-12-19 | 12 | -625/+4 |
* | Fixed the build/speed testing application to work with current versions of jQ... | David Serduke | 2007-12-05 | 5 | -2255/+5998 |
* | Updated test.js for the runtest build target to reflect the path changes for ... | Paul Mclanahan | 2007-09-12 | 1 | -5/+5 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 18 | -737/+0 |
* | Integration of Mike Alsup's excellent form serialization code. The benefits a... | John Resig | 2007-09-05 | 1 | -0/+33 |
* | Added support for: | John Resig | 2007-09-03 | 2 | -2/+12 |
* | Added support for a new :header psuedo-selector (only selects H1-H6 elements). | John Resig | 2007-08-31 | 1 | -1/+1 |
* | Make it so that you can filter tests by keyword. | John Resig | 2007-08-31 | 1 | -1/+1 |
* | Added a test case for "purple include", fixed a bug. | John Resig | 2007-08-25 | 1 | -0/+3 |
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. I... | John Resig | 2007-08-19 | 8 | -25/+40 |
* | Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449) | John Resig | 2007-08-19 | 1 | -1/+1 |
* | reverted my "fixes", seems like they work only with the latest (dev) rhino ve... | Jörn Zaefferer | 2007-08-14 | 1 | -7/+4 |
* | The test for underscore selectors broke under Opera, so the element is now lo... | John Resig | 2007-07-30 | 1 | -0/+1 |
* | Integrated the custom fx test suite into the main test suite. All tests are n... | John Resig | 2007-07-29 | 4 | -353/+125 |
* | Added runtest ant task (doesn't display results yet); | Jörn Zaefferer | 2007-07-17 | 1 | -4/+7 |
* | Added better support for local file XHR, added document.innerHTML, change .va... | John Resig | 2007-07-10 | 1 | -41/+68 |
* | Added support for events, made window.location Async (and based upon XHR), ad... | John Resig | 2007-07-09 | 2 | -30/+115 |
* | Got some XHR tests to run, still some hanging threads (need to investigate). ... | John Resig | 2007-07-09 | 5 | -16/+43 |
* | Touched up the XMLHttpRequest code (fixed some bugs, fixed formatting, etc.). | John Resig | 2007-07-09 | 1 | -65/+86 |
* | Adds XHR support to Rhino evn | Yehuda Katz | 2007-07-09 | 1 | -6/+77 |
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 2 | -2/+28 |
* | Added a className tweak. All core and selector tests now pass. | John Resig | 2007-07-09 | 1 | -1/+4 |
* | Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se... | John Resig | 2007-07-08 | 1 | -6/+14 |
* | Added basic support for IFrames, disabled a test which we don't take into acc... | John Resig | 2007-07-08 | 1 | -2/+25 |
* | A barebones implementation of getComputedStyle. | John Resig | 2007-07-08 | 1 | -9/+18 |
* | UTF8 support rolled in (both for external docs and innerHTML). | John Resig | 2007-07-08 | 1 | -2/+4 |
* | Attribute values should be JS strings. | John Resig | 2007-07-08 | 1 | -3/+2 |
* | .ownerDocument should be null on document. | John Resig | 2007-07-08 | 1 | -1/+1 |
* | Added support for "first option is auto-selected in a drop-down" functionality. | John Resig | 2007-07-08 | 1 | -0/+21 |
* | Fixed selected/checked/disabled, added .style support, added .elements. | John Resig | 2007-07-08 | 1 | -4/+26 |
* | Added .value to the env impl. | John Resig | 2007-07-08 | 1 | -0/+3 |
* | Automated test running using Rhino (no browser required!). Still very buggy, ... | John Resig | 2007-07-08 | 3 | -0/+568 |
* | Upgraded Rhino to 1.6r6. | John Resig | 2007-07-08 | 1 | -0/+0 |
* | Making the test suite a little more XML-compliant. | John Resig | 2007-07-08 | 1 | -2/+2 |
* | Added the Speed Test Suite. Can be made by doing 'make speed'. | John Resig | 2007-06-30 | 4 | -0/+2979 |
* | Disabling Ajax tests for now - too many timeouts. | John Resig | 2007-06-29 | 1 | -1/+1 |
* | use jquery for dblclick handler to access event.target | Jörn Zaefferer | 2007-06-20 | 1 | -2/+2 |
* | Removed useless safari workarounds, added rerun-single-test feature: just dou... | Jörn Zaefferer | 2007-06-14 | 1 | -13/+13 |
* | Modified min build to include (like pack) the license header, thanks John for... | Jörn Zaefferer | 2007-06-14 | 2 | -3/+9 |
* | Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.) | John Resig | 2007-05-20 | 1 | -1/+2 |
* | Added fixes for bug #1052. Fixes the problems with animation chaining (and pr... | John Resig | 2007-05-20 | 1 | -0/+43 |
* | Fix for #1169 | Brandon Aaron | 2007-05-13 | 1 | -0/+1 |
* | Updated Packer - the current version was working incorrectly. | John Resig | 2007-05-05 | 2 | -27/+37 |
* | Completed test for Rev 1820 (#1044) | Brandon Aaron | 2007-04-30 | 1 | -0/+1 |
* | Query now throws no warnings under strict mode in Firefox (ticket #922). In f... | John Resig | 2007-04-29 | 1 | -11/+33 |
* | Added support for finding elements that have underscores in their name (along... | John Resig | 2007-04-28 | 1 | -0/+2 |
* | Updated build to packer3 | Jörn Zaefferer | 2007-04-25 | 5 | -3/+1255 |
* | Added a number of additional speed gains (we now hold our own against Dojo an... | John Resig | 2007-03-26 | 1 | -4/+3 |
* | Fixed some more bugs with the test suite, made some minor file size tweaks to... | John Resig | 2007-03-25 | 1 | -3/+5 |
* | Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n... | John Resig | 2007-03-25 | 1 | -1/+21 |