aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Fixing endlines.Mark Gibson2009-11-255-60/+60
|
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. ↵John Resig2009-11-111-0/+4
| | | | Fixes #760.
* Moved the jQuery-specific test suite CSS into a separate file.John Resig2009-09-291-0/+105
|
* Fixed the q() method to use same instead of isSet.John Resig2009-09-291-2/+2
|
* Moved some jQuery-specific test methods into the core module.John Resig2009-09-291-0/+43
|
* Moved the init test script off into a separate file.John Resig2009-09-291-0/+4
|
* offset is now a setterBrandon Aaron2009-09-152-2/+2
|
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also ↵John Resig2009-07-142-2/+12
| | | | silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764.
* Adding support for etags in $.ajax() - and simplified the if-modified-since ↵John Resig2009-06-152-0/+31
| | | | implementation. Thanks to Lawrence for the patch! Closes ticket #4764.
* Added support for class selectors and class attribute selectors on XML ↵John Resig2009-02-163-3/+3
| | | | documents. Fixes jQuery bug #4167.
* testrunner: Putting back the global variables used for ajax tests. I added ↵Ariel Flesler2009-01-104-4/+4
| | | | many calls to delete though. The global namespace must be cleaned up before calling start() again.
* testrunner: Removing every global variable leaked within (and outside) ↵Ariel Flesler2009-01-094-4/+4
| | | | tests. Some were deleted and some saved within the jQuery namespace.
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-101-0/+24
|
* core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵Jörn Zaefferer2008-08-082-458/+0
| | | | styles specific to polluted.php; kept testrunner.js with just the noConflict call
* test runner: closes #3048. The text from the tests, is html-escaped.Ariel Flesler2008-06-171-1/+1
|
* ajax tests: Replaced $ with jQuery.Scott González2008-06-054-4/+4
|
* test runner: the changes are:Ariel Flesler2008-05-281-12/+14
| | | | | | | - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs.
* test runner: adding a new test page called 'polluted'. Where one can choose ↵Ariel Flesler2008-05-281-1/+13
| | | | to pre-include other libraries and run the test suite with them.
* test runner: a test for load() with a hash of data, and another for load() ↵Ariel Flesler2008-05-271-0/+12
| | | | | | with a string of data (#1516). It includes a php that dumps all the GET and POST vars to html elements, where the key makes the id, and the value the text.
* Updating unit tests for offsetBrandon Aaron2008-05-154-2/+5
|
* Added some unit tests for position method. Fixed issue with position in IE.Brandon Aaron2008-05-155-0/+10
|
* test runner: when errors are thrown in a test, the message is successfully ↵Ariel Flesler2008-05-121-1/+1
| | | | show on all browsers.
* jquery core: reverted qunit introduction until build scripts are updatedJörn Zaefferer2008-05-082-0/+445
|
* jquery testsuite: switch to qunitJörn Zaefferer2008-05-082-445/+0
|
* jquery ajax: support for dynamic data arguments, see #2806; added ↵Jörn Zaefferer2008-05-061-0/+1
| | | | test/data/echoQuery.php for easier testing of sent query strings
* jquery testrunner: reset $.ajaxSettings after each run to prevent ↵Jörn Zaefferer2008-05-061-0/+2
| | | | sideeffects between tests
* jquery testrunner: reset global events after each run, speeds up a test run ↵Jörn Zaefferer2008-05-051-0/+1
| | | | for ajax from 16s to 10s (test/?ajax), kudos to Ariel
* - Adding the enhancements to the test runner, to accept multiple(and ↵Ariel Flesler2008-04-241-5/+23
| | | | negative) filters from the GET variables, as specified in the ticket #2738.
* testrunner: refactored url-test-filter, still regex basedJörn Zaefferer2008-04-241-2/+6
|
* jquery testrunner: accept regexp to select tests, eg. /test/?^core|^selector ↵Jörn Zaefferer2008-04-221-1/+1
| | | | to run both core and selector module
* Added more unit tests for offset. Fixed an offset issue relating to table ↵Brandon Aaron2007-12-124-0/+140
| | | | header cells in Opera
* show is now element aware (#960)Brandon Aaron2007-12-081-0/+2
|
* Fixed #1264. If you read the bug there were many proposed changes. As it ↵David Serduke2007-12-051-0/+8
| | | | | | | turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well. In addition "submit.gif" was removed from the test suite index.html since it didn't exist.
* Added another relative offset testBrandon Aaron2007-12-041-6/+2
|
* Added visual marker to absolute fixture for offset testingBrandon Aaron2007-12-041-2/+11
|
* Beginnings of the offset test suiteBrandon Aaron2007-12-042-0/+58
|
* fixed jsdoc for equalsJörn Zaefferer2007-12-041-1/+1
|
* Added enchancement for #1994 by adding two parameters to .stop() which give ↵David Serduke2007-11-301-0/+2
| | | | | | | additional functionality. The first parameter clearQueue will clear the queue on the necessary DOM elements so all animation will stop. The second parameter will cause the currently playing animation to immediately complete including reseting original styles on show and hide and calling the callback function. If no parameters are passed it will work as it always did. While adding unit testing I noticed the stop() unit test wasn't working correctly because the element was hidden so I fixed it and added more unit tests around the new functionality. I also added a cursor:pointer to the css (because for a long time I didn't know they were clickable).
* Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ↵David Serduke2007-11-291-0/+1
| | | | case, $.getJSON() wasn't working from a remote host. I went ahead and added a unit test then added the s.dataType == "json" test for a remote <script> load. The said that json was allowed but the dataType check was missing. This appears to have fixed the bug across all browsers.
* Landing the new expando management code. Completely overhauls how data is ↵John Resig2007-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | associated with elements. Plugins will be most interested in: - jQuery.data(elem) -> Unique ID for the element - jQuery.data(elem, name) -> Named data store for the element - jQuery.data(elem, name, value) -> Saves a value to the named data store - jQuery.removeData(elem) -> Remove the expando and the complete data store - jQuery.removeData(elem, name) -> Removes just this one named data store jQuery's .remove() and .empty() automatically clean up after themselves. Once an element leaves a DOM document their events are no longer intact. Thus, statements like so: {{{ $("#foo").remove().appendTo("#bar"); }}} should be written like so: {{{ $("#foo").appendTo("#bar"); }}} in order to avoid losing the bound events.
* Reorganzing the jQuery source (first phase).John Resig2007-09-0816-0/+539