aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery/coreTest.js
Commit message (Expand)AuthorAgeFilesLines
...
* Reverted optimization to jQuery function, fixing broken jQuery-as-context, ad...Jörn Zaefferer2007-01-171-0/+5
* 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 for...John Resig2007-01-101-4/+3
* Fixed tests for gt/ltJörn Zaefferer2007-01-101-3/+3
* Added tests for almost everything in jquery/jquery.js; fixed some docs and re...Jörn Zaefferer2007-01-101-1/+157
* Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery....Jörn Zaefferer2007-01-101-0/+4
* 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
* Added test for next/prevJörn Zaefferer2007-01-091-0/+10
* Added test and fixed parents()Jörn Zaefferer2007-01-091-0/+10
* Added test for toggleClass, fixed jQuery.className.has to accept both node an...Jörn Zaefferer2007-01-081-0/+9
* .text( String ) now works as you'd expect it to, plus it's much faster and sm...John Resig2007-01-081-2/+2
* Fixed a bug in the jQuery.prop() addition and fixed the test cases to represe...John Resig2007-01-081-7/+3
* Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped t...John Resig2007-01-081-12/+14
* Implemented #756, making text(String) really usefulJörn Zaefferer2007-01-071-0/+4
* Implemented #753Jörn Zaefferer2007-01-071-1/+5
* Test for #753Jörn Zaefferer2007-01-071-1/+6
* Removed all the extra helper macros for 1.1, and adjusted the test suite acco...John Resig2007-01-061-21/+0
* Improved a lot of docs, adding description to examples, merging methods with ...Jörn Zaefferer2007-01-041-1/+1
* Improved docs for append, prepend, before and after, merging the three pairs ...Jörn Zaefferer2007-01-021-8/+28
* remove test that belonged in ajaxTest.jsMike Alsup2007-01-021-13/+0
* update target of evalScripts testMike Alsup2007-01-011-1/+1
* Add test to show evalScripts/find problem.Mike Alsup2007-01-011-0/+14
* Added test and documentation for filter(Function)Jörn Zaefferer2007-01-011-0/+1
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-139/+0
* Implemented, tested and documented #202Jörn Zaefferer2006-12-281-13/+0
* Added in #690, the ability to remove an event handler from inside itself.John Resig2006-12-231-0/+13
* Added Yehuda's selector engine improvements (it's now trivial to add in your ...John Resig2006-12-231-1/+1
* Made significant changes to the expression engine. Is now significantly faste...John Resig2006-12-231-3/+4
* (no commit message)Jörn Zaefferer2006-12-191-1/+5
* jQuery.merge speedup, bug#444Dave Methvin2006-12-191-1/+5
* Code and documentation cleanup; fixed #317 and #464Jörn Zaefferer2006-12-031-14/+4
* Fixed bug #344 (tests, implementation, docs)Jörn Zaefferer2006-11-301-550/+566
* Added test for filter(Array), fixed bug #446Jörn Zaefferer2006-11-291-3/+5
* Testsuite 2.0Jörn Zaefferer2006-11-181-0/+549