aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery/coreTest.js
Commit message (Expand)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-1065/+0
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-051-2/+2
* Added support for the new .andSelf() method. This method combines the previou...John Resig2007-09-041-0/+8
* Fix for bug #1549, where the DOM conversion of <code/> and similar elements w...John Resig2007-09-041-1/+8
* Made it so that you can't change the type of an input element, having it thro...John Resig2007-09-041-1/+23
* Removed all deprecated functionality for jQuery 1.2. A full list of what was ...John Resig2007-09-041-25/+18
* Added support for .wrapInner() and .wrapAll() - and re-wrote .wrap() to use ....John Resig2007-08-311-6/+36
* Added support for .contents(). Returns ALL child nodes for an element - excep...John Resig2007-08-311-0/+7
* Added $(...).map() functionality. (Also closes #1250, imo)John Resig2007-08-311-0/+20
* Added new replaceWith() (replace all matched elements with the specified HTML...John Resig2007-08-251-0/+48
* Make deep .extend() an optional argument - it will go deep if you pass in an ...John Resig2007-08-211-1/+1
* Implemented the new .slice() method (bug #1517).John Resig2007-08-201-0/+8
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-191-31/+52
* Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449)John Resig2007-08-191-5/+14
* Added a fix for bug #1489, appending <caption> was broken.John Resig2007-08-161-1/+5
* Fixed failing test for Safari 2.John Resig2007-07-291-1/+1
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-291-4/+4
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-091-1/+1
* Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se...John Resig2007-07-081-4/+4
* Added basic support for IFrames, disabled a test which we don't take into acc...John Resig2007-07-081-6/+3
* Making the test suite a little more XML-compliant.John Resig2007-07-081-2/+2
* 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). (Bug...John Resig2007-06-261-2/+3
* 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 f...John Resig2007-04-291-10/+10
* 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 an...John Resig2007-03-261-831/+831
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-71/+70
* 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
* 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 test for #977Jörn Zaefferer2007-02-191-1/+7