Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | John Resig | 2007-09-05 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | are as follows: - New method: .serializeArray() This returns an array of name/value pairs representing the contents of a form, or individual input elements. - Enhancement: .serialize() The results are correct now (as opposed to the mess from before), and allows you to serializes forms directly (rather than just the input elements). - Enhancement: .val() This now returns the correct value when dealing wih selects. Additionally, when dealing with multiple selects, it returns an array of values. Based upon Mike's code: http://malsup.com/jquery/form/comp/form.js and test suite: http://malsup.com/jquery/form/comp/test.html | ||||
* | Added support for: | John Resig | 2007-09-03 | 2 | -2/+12 |
| | | | | | | | | | | | | | - Cross Domain getScript $.getScript("http://foo.com/script.js"); - JSONP $.ajax({ url: "script.js", type: "jsonp" }); $.getJSON("script.js?callback=?"); - Cross Domain JSONP/getJSON $.getJSON("http://foo.com/script.js?callback=?"); - No-cache Ajax Requests $.ajax({ url: "test.html", cache: false }); | ||||
* | 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. ↵ | John Resig | 2007-08-19 | 7 | -22/+37 |
| | | | | | | | | | | In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down). | ||||
* | Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449) | John Resig | 2007-08-19 | 1 | -1/+1 |
| | |||||
* | The test for underscore selectors broke under Opera, so the element is now ↵ | John Resig | 2007-07-30 | 1 | -0/+1 |
| | | | | loaded via Ajax and tested. (bug #1084) | ||||
* | Integrated the custom fx test suite into the main test suite. All tests are ↵ | John Resig | 2007-07-29 | 4 | -353/+125 |
| | | | | now run automatically. Removed the old suite, as it was no longer needed. | ||||
* | Got some XHR tests to run, still some hanging threads (need to investigate). ↵ | John Resig | 2007-07-09 | 2 | -0/+2 |
| | | | | Started moving some Ajax tests away from using PHP (more portable this way). Fixed a number of XHR env bugs. | ||||
* | Making the test suite a little more XML-compliant. | John Resig | 2007-07-08 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | Updated test for #750 | Jörn Zaefferer | 2007-01-03 | 1 | -0/+5 |
| | |||||
* | Add new test file | Mike Alsup | 2007-01-01 | 1 | -0/+12 |
| | |||||
* | Moved all the expressions tests over into selector area, out of the main suite. | John Resig | 2006-12-31 | 1 | -0/+1 |
| | |||||
* | Modified tests to show #746 | Jörn Zaefferer | 2006-12-31 | 2 | -1/+4 |
| | |||||
* | Improved Mikes hack to ease testing against IE cache | Jörn Zaefferer | 2006-12-31 | 2 | -1/+14 |
| | |||||
* | Fix for #745 | Jörn Zaefferer | 2006-12-30 | 1 | -2/+2 |
| | |||||
* | Implemented global ajax settings - no documentation yet | Jörn Zaefferer | 2006-12-22 | 1 | -2/+2 |
| | |||||
* | A few corrections to the testsuite to imrove the failure testing | Jörn Zaefferer | 2006-12-21 | 1 | -3/+4 |
| | |||||
* | Implemented a better error handling for ajax requests. Exceptions caused by ↵ | Jörn Zaefferer | 2006-12-21 | 1 | -1/+4 |
| | | | | dropping connections are now handled, too. | ||||
* | Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with ↵ | Jörn Zaefferer | 2006-12-05 | 1 | -1/+1 |
| | | | | form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks... | ||||
* | Introduced before callback (#384) (updated test data) | Jörn Zaefferer | 2006-12-04 | 1 | -0/+6 |
| | |||||
* | Another attempt to fix the getScript problem | Jörn Zaefferer | 2006-11-21 | 2 | -2/+3 |
| |