2006-09-22 |
Jörn Zaefferer | Changed implementation of removeClass: No more regex... |
tree | commitdiff |
2006-09-19 |
Jörn Zaefferer | Added tests for children() |
tree | commitdiff |
2006-09-18 |
Jörn Zaefferer | Added test for feature #206 |
tree | commitdiff |
2006-09-17 |
Jörn Zaefferer | Added some tests for name(), id() and title() |
tree | commitdiff |
2006-09-17 |
Jörn Zaefferer | Added expressions for feature #69 (form element selecto... |
tree | commitdiff |
2006-09-16 |
Jörn Zaefferer | Added test for bug #190 |
tree | commitdiff |
2006-09-16 |
Jörn Zaefferer | Fixed bug #168 |
tree | commitdiff |
2006-09-16 |
Jörn Zaefferer | Fixed bug #178 |
tree | commitdiff |
2006-09-16 |
Jörn Zaefferer | Added fix for bug #175; Added docs for extend(Object... |
tree | commitdiff |
2006-09-16 |
Jörn Zaefferer | Resolved bug #191 as won't fix, removed the failing... |
tree | commitdiff |
2006-09-16 |
Jörn Zaefferer | Fixed bug #194, added regression tests |
tree | commitdiff |
2006-09-16 |
Jörn Zaefferer | Refactored test suite: All tests are now compiled into... |
tree | commitdiff |
2006-09-15 |
Jörn Zaefferer | Added proposed fix for bug #185 |
tree | commitdiff |
2006-09-15 |
Jörn Zaefferer | Fixed bug #147, required some (ugly) modifications... |
tree | commitdiff |
2006-09-14 |
John Resig | Fixed typo. |
tree | commitdiff |
2006-09-14 |
John Resig | Added quick fix for event triggering, while passing... |
tree | commitdiff |
2006-09-09 |
Jörn Zaefferer | Added test to verify bug #160, had to modify fixture... |
tree | commitdiff |
2006-09-09 |
Jörn Zaefferer | Added test to verify bug #185 |
tree | commitdiff |
2006-09-09 |
Jörn Zaefferer | Added test for $.find to verify bug #178 |
tree | commitdiff |
2006-09-09 |
Jörn Zaefferer | Added test for both siblings() and siblings(String... |
tree | commitdiff |
2006-09-09 |
Jörn Zaefferer | Added test for attr('checked', {true|false}) (bug ... |
tree | commitdiff |
2006-09-09 |
Jörn Zaefferer | Fixed documentation for bind(String, Function) - added... |
tree | commitdiff |
2006-09-09 |
Jörn Zaefferer | Fixed documentation for bind(String, Function) |
tree | commitdiff |
2006-09-08 |
John Resig | Fixed issue with getAttribute not existing in IE. |
tree | commitdiff |
2006-09-08 |
Jörn Zaefferer | Added more test for attr, one for filter; Added test... |
tree | commitdiff |
2006-09-07 |
Jörn Zaefferer | Modified test for wrap(String), added test for toggle... |
tree | commitdiff |
2006-09-05 |
John Resig | Fixed bug with $.map() not showing in the docs. |
tree | commitdiff |
2006-09-05 |
Jörn Zaefferer | Modified example for css(String) as proposed in the... |
tree | commitdiff |
2006-09-05 |
John Resig | Made a bunch of fixes to the docs, per Sam's request... |
tree | commitdiff |
2006-09-04 |
Jörn Zaefferer | Improved test suite to reset fixture after each test... |
tree | commitdiff |
2006-09-02 |
Franck Marcia | Typos |
tree | commitdiff |
2006-09-02 |
John Resig | Added two quick semicolon fixes. |
tree | commitdiff |
2006-09-01 |
Klaus Hartl | Fixed bug with jQuery: height computation for hidden... |
tree | commitdiff |
2006-09-01 |
John Resig | Documented some more functions. |
tree | commitdiff |
2006-09-01 |
John Resig | Lots of documentation overhaul - much more documented... |
tree | commitdiff |
2006-09-01 |
John Resig | Fixed two bugs with jQuery: One with height computation... |
tree | commitdiff |
2006-08-31 |
Corey Jewett | Fix check for browser.mozilla so that Safari is not... |
tree | commitdiff |
2006-08-31 |
Corey Jewett | Fixed a handful of places where $() was used explicitly... |
tree | commitdiff |
2006-08-31 |
John Resig | Broke >, ~, +, etc - fixed. |
tree | commitdiff |
2006-08-31 |
John Resig | Added fix for broken $("../..",foo). |
tree | commitdiff |
2006-08-31 |
John Resig | Fixed issue with .attr( "disabled", false ) not working... |
tree | commitdiff |
2006-08-31 |
John Resig | Fixed issue with comment text being included in .text... |
tree | commitdiff |
2006-08-31 |
John Resig | Fixed issue with .val() not working properly. |
tree | commitdiff |
2006-08-31 |
John Resig | Apparently I accidentally removed :nth-chlid()... uhh... |
tree | commitdiff |
2006-08-31 |
John Resig | Fixed issue with .remove() not working correctly. |
tree | commitdiff |
2006-08-31 |
John Resig | Fixed issue with .children(). |
tree | commitdiff |
2006-08-28 |
John Resig | Fixed the issue with jQuery not packing correctly for... |
tree | commitdiff |
2006-08-26 |
John Resig | Added .not() test case. |
tree | commitdiff |
2006-08-26 |
John Resig | Added a bunch of documentation fixes. |
tree | commitdiff |
2006-08-26 |
John Resig | Added in a bunch of fx fixes - and hide/show/toggle... |
tree | commitdiff |
2006-08-26 |
John Resig | Quick bug fix, formatted pack better. |
tree | commitdiff |
2006-08-25 |
John Resig | Added a fix for the Safari computedStyle bug. |
tree | commitdiff |
2006-08-25 |
John Resig | Fixed some bugs with the test suite and fixed a bug... |
tree | commitdiff |
2006-08-24 |
John Resig | Added fix for non-standard CSS attributes in IE. |
tree | commitdiff |
2006-08-24 |
John Resig | Added in some more bug fixes - and added the slideToggl... |
tree | commitdiff |
2006-08-24 |
John Resig | Fixed some bugs, improved the quality of some of the... |
tree | commitdiff |
2006-08-22 |
John Resig | Updated the documentation parser to work with categorie... |
tree | commitdiff |
2006-08-21 |
John Resig | Updated the licensing information. |
tree | commitdiff |
2006-08-20 |
John Resig | Fixed issue with $( obj, jQuery ) breaking the original... |
tree | commitdiff |
2006-08-18 |
John Resig | Added .removeAttr(). |
tree | commitdiff |
2006-08-18 |
John Resig | Added support for :selected. |
tree | commitdiff |
2006-08-18 |
John Resig | Fixed an issue with how CSS property methods were being... |
tree | commitdiff |
2006-08-17 |
John Resig | Added a new clone function. |
tree | commitdiff |
2006-08-17 |
John Resig | Made some minor fixes to how content-type and context... |
tree | commitdiff |
2006-08-17 |
John Resig | A bunch of fixes for thead/tbody related bugs. |
tree | commitdiff |
2006-08-15 |
John Resig | Added fix for multiple attribute selectors w/ test... |
tree | commitdiff |
2006-08-14 |
John Resig | Massive overhauls to the test suite - it is now generat... |
tree | commitdiff |
2006-08-13 |
John Resig | Moved all the jQuery source to the new src directory. |
tree | commitdiff |
|