aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery/coreTest.js
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to change the number of tests.John Resig2007-06-261-1/+1
|
* Disabled the test until after 1.1.3 (when we have time to deal with it). ↵John Resig2007-06-261-2/+3
| | | | (Bug #975)
* Adding test for #1182Brandon Aaron2007-05-311-1/+3
|
* Rolling back Rev 1892Brandon Aaron2007-05-231-4/+1
|
* Fix for #1162Brandon Aaron2007-05-131-2/+15
|
* Fix for #1163Brandon Aaron2007-05-131-1/+4
|
* Fix for #1167Brandon Aaron2007-05-111-1/+6
|
* This test is expected to fail.John Resig2007-05-011-1/+1
|
* Changed test count to get the green bar backCorey Jewett2007-04-301-1/+1
|
* Append colgroup and col elements (#1044)Brandon Aaron2007-04-301-1/+6
|
* Query now throws no warnings under strict mode in Firefox (ticket #922). In ↵John Resig2007-04-291-10/+10
| | | | 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).
* Fix for #1086: Append all caps HTML tagsBrandon Aaron2007-04-251-5/+9
|
* Fix for #1114: Appending legend elements in FirefoxBrandon Aaron2007-04-251-1/+5
|
* Fix for #1087: Using appendTo with select elementsBrandon Aaron2007-04-251-1/+5
|
* Added a number of additional speed gains (we now hold our own against Dojo ↵John Resig2007-03-261-831/+831
| | | | 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.
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵John Resig2007-03-251-71/+70
| | | | new triggerEvent() method to the test runner to help us better test actual event interactions.
* Added test for #769Jörn Zaefferer2007-03-251-0/+17
|
* Added test for #968Jörn Zaefferer2007-03-251-0/+9
|
* Added test for #975, so far it passes only in operaJörn Zaefferer2007-03-251-0/+5
|
* Added support for comma-separated .is(), touched up the test cases. Resolves ↵John Resig2007-03-241-4/+4
| | | | #977.
* An Ajax-based test was being run locally (which doesn't work).John Resig2007-03-241-8/+13
|
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-241-1/+11
|
* Update to fix for #1064 and testsBrandon Aaron2007-03-221-4/+4
|
* Fix for #1064 and added tests for setting/getting opacityBrandon Aaron2007-03-211-2/+20
|
* Added a test for bug #997.John Resig2007-03-161-1/+10
|
* Added all the tests for isFunction, fixed bug #1026.John Resig2007-03-161-0/+76
|
* Fix for bug #962.John Resig2007-03-011-2/+6
|
* * Fixed IE ID selectors selecting by the name attribute and added testsBrandon Aaron2007-02-231-3/+6
| | | | | * Added href attribute test to test suite * Updated Changelog
* Added test for #977Jörn Zaefferer2007-02-191-1/+7
|
* Fix for #910Brandon Aaron2007-02-071-1/+6
|
* Fix for #745Brandon Aaron2007-02-071-2/+2
|
* Added equals helper for easier debugging of failed tests, soon to be used ↵Jörn Zaefferer2007-02-061-1/+1
| | | | more often, see coreTest.js attr(String) for an example
* Fix for #907Jörn Zaefferer2007-02-051-1/+7
|
* Added test for #745Jörn Zaefferer2007-01-311-1/+2
|
* Fixed #874Jörn Zaefferer2007-01-311-0/+3
|
* Fix for #883Jörn Zaefferer2007-01-311-1/+3
|
* Fix/test for #861Jörn Zaefferer2007-01-231-0/+10
|
* Fixed not(jQuery) (need. more. tests.)Jörn Zaefferer2007-01-231-2/+3
|
* Fix for #806Jörn Zaefferer2007-01-171-1/+1
|
* Reverted optimization to jQuery function, fixing broken jQuery-as-context, ↵Jörn Zaefferer2007-01-171-0/+5
| | | | added test (fix for #804)
* Enhanced attr(String, Function) to pass through index of current elementJörn Zaefferer2007-01-161-1/+2
|
* Added a fix, and tests, for appending empty sets of elements/strings.John Resig2007-01-141-1/+10
|
* Lots of improvements. Added support for .not( jQuery("...") ) and support ↵John Resig2007-01-101-4/+3
| | | | for multi filters: .filter("foo,bar") .parent("div, .class"), etc.
* Fixed tests for gt/ltJörn Zaefferer2007-01-101-3/+3
|
* Added tests for almost everything in jquery/jquery.js; fixed some docs and ↵Jörn Zaefferer2007-01-101-1/+157
| | | | removed the now useless docs for $(jQuery)
* Fixed add to also create HTML on-the-fly by using jQuery() instead of ↵Jörn Zaefferer2007-01-101-0/+4
| | | | jQuery.find()
* Added tests for add() and fixed #770Jörn Zaefferer2007-01-101-0/+10
|
* Added tests for comma-separated expressions in filter, not, parent, parents, ↵Jörn Zaefferer2007-01-091-14/+26
| | | | siblings, prev and next.
* Added test for next/prevJörn Zaefferer2007-01-091-0/+10
|
* Added test and fixed parents()Jörn Zaefferer2007-01-091-0/+10
|