Refactored test suite: All tests are now compiled into one file, runs much faster...
[jquery.git] / src / jquery / jquery.js
2006-09-16 Jörn ZaeffererRefactored test suite: All tests are now compiled into...
2006-09-15 Jörn ZaeffererAdded proposed fix for bug #185
2006-09-15 Jörn ZaeffererFixed bug #147, required some (ugly) modifications...
2006-09-14 John ResigFixed typo.
2006-09-14 John ResigAdded quick fix for event triggering, while passing...
2006-09-09 Jörn ZaeffererAdded test to verify bug #160, had to modify fixture...
2006-09-09 Jörn ZaeffererAdded test to verify bug #185
2006-09-09 Jörn ZaeffererAdded test for $.find to verify bug #178
2006-09-09 Jörn ZaeffererAdded test for both siblings() and siblings(String...
2006-09-09 Jörn ZaeffererAdded test for attr('checked', {true|false}) (bug ...
2006-09-09 Jörn ZaeffererFixed documentation for bind(String, Function) - added...
2006-09-09 Jörn ZaeffererFixed documentation for bind(String, Function)
2006-09-08 John ResigFixed issue with getAttribute not existing in IE.
2006-09-08 Jörn ZaeffererAdded more test for attr, one for filter; Added test...
2006-09-07 Jörn ZaeffererModified test for wrap(String), added test for toggle...
2006-09-05 John ResigFixed bug with $.map() not showing in the docs.
2006-09-05 Jörn ZaeffererModified example for css(String) as proposed in the...
2006-09-05 John ResigMade a bunch of fixes to the docs, per Sam's request...
2006-09-04 Jörn ZaeffererImproved test suite to reset fixture after each test...
2006-09-02 Franck MarciaTypos
2006-09-02 John ResigAdded two quick semicolon fixes.
2006-09-01 Klaus HartlFixed bug with jQuery: height computation for hidden...
2006-09-01 John ResigDocumented some more functions.
2006-09-01 John ResigLots of documentation overhaul - much more documented...
2006-09-01 John ResigFixed two bugs with jQuery: One with height computation...
2006-08-31 Corey JewettFix check for browser.mozilla so that Safari is not...
2006-08-31 Corey JewettFixed a handful of places where $() was used explicitly...
2006-08-31 John ResigBroke >, ~, +, etc - fixed.
2006-08-31 John ResigAdded fix for broken $("../..",foo).
2006-08-31 John ResigFixed issue with .attr( "disabled", false ) not working...
2006-08-31 John ResigFixed issue with comment text being included in .text...
2006-08-31 John ResigFixed issue with .val() not working properly.
2006-08-31 John ResigApparently I accidentally removed :nth-chlid()... uhh...
2006-08-31 John ResigFixed issue with .remove() not working correctly.
2006-08-31 John ResigFixed issue with .children().
2006-08-28 John ResigFixed the issue with jQuery not packing correctly for...
2006-08-26 John ResigAdded .not() test case.
2006-08-26 John ResigAdded a bunch of documentation fixes.
2006-08-26 John ResigAdded in a bunch of fx fixes - and hide/show/toggle...
2006-08-26 John ResigQuick bug fix, formatted pack better.
2006-08-25 John ResigAdded a fix for the Safari computedStyle bug.
2006-08-25 John ResigFixed some bugs with the test suite and fixed a bug...
2006-08-24 John ResigAdded fix for non-standard CSS attributes in IE.
2006-08-24 John ResigAdded in some more bug fixes - and added the slideToggl...
2006-08-24 John ResigFixed some bugs, improved the quality of some of the...
2006-08-22 John ResigUpdated the documentation parser to work with categorie...
2006-08-21 John ResigUpdated the licensing information.
2006-08-20 John ResigFixed issue with $( obj, jQuery ) breaking the original...
2006-08-18 John ResigAdded .removeAttr().
2006-08-18 John ResigAdded support for :selected.
2006-08-18 John ResigFixed an issue with how CSS property methods were being...
2006-08-17 John ResigAdded a new clone function.
2006-08-17 John ResigMade some minor fixes to how content-type and context...
2006-08-17 John ResigA bunch of fixes for thead/tbody related bugs.
2006-08-15 John ResigAdded fix for multiple attribute selectors w/ test...
2006-08-14 John ResigMassive overhauls to the test suite - it is now generat...
2006-08-13 John ResigMoved all the jQuery source to the new src directory.