Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | but off to a good start. | |||||
* | 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 ↵ | Jörn Zaefferer | 2007-06-14 | 1 | -13/+13 | |
| | | | | doubleclick on a single test to execute that one, use browser's back button get back to executing all | |||||
* | Modified min build to include (like pack) the license header, thanks John ↵ | Jörn Zaefferer | 2007-06-14 | 2 | -3/+9 | |
| | | | | for the regex | |||||
* | 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 ↵ | John Resig | 2007-05-20 | 1 | -0/+43 | |
| | | | | problems with toggling). Also, removed toggling from jQuery.fx (it's now handled in .animate() instead). | |||||
* | 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 ↵ | John Resig | 2007-04-29 | 1 | -11/+33 | |
| | | | | fixing this, revision [1771] was discovered and reverted (no API changes are being added in at this time), and a couple un-functioning test cases were fixed (array comparisions were being done for objects). | |||||
* | Added support for finding elements that have underscores in their name ↵ | John Resig | 2007-04-28 | 1 | -0/+2 | |
| | | | | (along with other allowed characters). Fix for ticket #1084. | |||||
* | 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 ↵ | John Resig | 2007-03-26 | 1 | -4/+3 | |
| | | | | and DOMQuery), touched up some of the selector code, fixed some minor bugs, fixed a bug with triggerEvent in Opera, fixed some more test case bugs. | |||||
* | Fixed some more bugs with the test suite, made some minor file size tweaks ↵ | John Resig | 2007-03-25 | 1 | -3/+5 | |
| | | | | to the selector code. | |||||
* | Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵ | John Resig | 2007-03-25 | 1 | -1/+21 | |
| | | | | new triggerEvent() method to the test runner to help us better test actual event interactions. | |||||
* | Added test for #945 | Jörn Zaefferer | 2007-03-25 | 1 | -1/+4 | |
| | ||||||
* | Added test for #968 | Jörn Zaefferer | 2007-03-25 | 1 | -1/+1 | |
| | ||||||
* | Added UTF8 Selector support (#1001) and fixed infinite selector loops ↵ | John Resig | 2007-03-25 | 1 | -0/+6 | |
| | | | | (#1025). You can now select elements by UTF8-based IDs, classes, and attributes. | |||||
* | Merged my speed improvements into the jQuery core (is actually 200b smaller ↵ | John Resig | 2007-03-24 | 1 | -3/+19 | |
| | | | | now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed. | |||||
* | Added a fix and test for bug #978 (Appending elements into an IFrame, in IE). | John Resig | 2007-03-24 | 1 | -0/+1 | |
| | ||||||
* | Forced the test suite into standards mode. Fixed some issues with how ↵ | John Resig | 2007-03-16 | 1 | -4/+7 | |
| | | | | opacity was handled in IE. Fixed a number of IE fx bugs. | |||||
* | Added an initial version of the new animation test suite. (You should never ↵ | John Resig | 2007-03-15 | 2 | -0/+304 | |
| | | | | see red on the suite page - an error message will be generated wherever possible.) | |||||
* | Disabled the test suite in Safari. | John Resig | 2007-02-28 | 1 | -2/+3 | |
| | ||||||
* | Reverting my packer changes - need more testing. | John Resig | 2007-02-27 | 1 | -1/+1 | |
| | ||||||
* | A small fix that makes the Packer compressor about 10% more efficient. | John Resig | 2007-02-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed some bugs with building jQuery - it required that you were in a ↵ | John Resig | 2007-02-13 | 4 | -4/+4 | |
| | | | | directory named 'jquery' in order to build properly. | |||||
* | Added equals helper for easier debugging of failed tests, soon to be used ↵ | Jörn Zaefferer | 2007-02-06 | 1 | -1/+19 | |
| | | | | more often, see coreTest.js attr(String) for an example | |||||
* | Fix for #907 | Jörn Zaefferer | 2007-02-05 | 1 | -2/+2 | |
| | ||||||
* | Added test for #745 | Jörn Zaefferer | 2007-01-31 | 1 | -1/+1 | |
| | ||||||
* | Fix broken build system for lite and min tasks | Brandon Aaron | 2007-01-31 | 2 | -2/+2 | |
| | ||||||
* | Added plugin build script, very useful to test compressed plugins. Modified ↵ | Jörn Zaefferer | 2007-01-29 | 4 | -4/+4 | |
| | | | | build files to allow that "external" build. Feel free to add your own plugin to the plugin build. | |||||
* | Updated testsuite: To prevent crashes in Safari, each test waits for 250 ↵ | Jörn Zaefferer | 2007-01-14 | 2 | -2/+16 | |
| | | | | milliseconds before running the next | |||||
* | API docs: Hacked multiple argument types like "Element|jQuery|String" ↵ | Jörn Zaefferer | 2007-01-11 | 1 | -3/+12 | |
| | | | | representation into multiple elements, each with theier own tooltip | |||||
* | Fixed eval code (Thanks Fil) | Jörn Zaefferer | 2007-01-10 | 1 | -1/+1 | |
| | ||||||
* | Disable error reporting in PHP test files | Jörn Zaefferer | 2007-01-10 | 2 | -0/+2 | |
| | ||||||
* | Fixed test for object/param selection (thanks Andrea) | Jörn Zaefferer | 2007-01-07 | 1 | -2/+2 | |
| | ||||||
* | Fixed the docs for noConflict, fixed a bug with pager. | John Resig | 2007-01-06 | 1 | -1/+3 | |
| | ||||||
* | Changed "Hash" to "Map" in docs | Jörn Zaefferer | 2007-01-04 | 1 | -1/+1 | |
| | ||||||
* | Updated test for #750 | Jörn Zaefferer | 2007-01-03 | 1 | -0/+5 | |
| |