2007-01-11 |
John Resig | Fixed .not([]) not working properly. |
tree | commitdiff |
2007-01-11 |
Jörn Zaefferer | Fixed missing typo |
tree | commitdiff |
2007-01-11 |
John Resig | Fixed bug with .text(), it only returned the text for... |
tree | commitdiff |
2007-01-11 |
John Resig | Fixed the Safari crashing bug. So much hate. |
tree | commitdiff |
2007-01-10 |
John Resig | Fixed docs for .clone(Boolean). |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Modified ready to event to pass jQuery object, allowing... |
tree | commitdiff |
2007-01-10 |
John Resig | Added support .css("left",30). Fixed up the multiFilter... |
tree | commitdiff |
2007-01-10 |
John Resig | Lots of improvements. Added support for .not( jQuery... |
tree | commitdiff |
2007-01-10 |
John Resig | Added back in height and width - they now behave more... |
tree | commitdiff |
2007-01-10 |
John Resig | .remove("...") removed too much. |
tree | commitdiff |
2007-01-10 |
John Resig | We've decided against .set() and are moving back to... |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Fixed tests for gt/lt |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Added tests for almost everything in jquery/jquery... |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Fixed add to also create HTML on-the-fly by using jQuer... |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Added tests for add() and fixed #770 |
tree | commitdiff |
2007-01-10 |
John Resig | Fixed a bug with .append() and <td>/<tr>. |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Removed duplicated show/hide/toggle, added test for... |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Added tests for comma-separated expressions in filter... |
tree | commitdiff |
2007-01-09 |
John Resig | Fixed .next() and .prev(). |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Added test for next/prev |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Added test and fixed parents() |
tree | commitdiff |
2007-01-08 |
Jörn Zaefferer | Added test for toggleClass, fixed jQuery.className... |
tree | commitdiff |
2007-01-08 |
John Resig | Pruned a lot of extra code out and improved how .html... |
tree | commitdiff |
2007-01-08 |
John Resig | .text( String ) now works as you'd expect it to, plus... |
tree | commitdiff |
2007-01-08 |
John Resig | Fixed a bug in the jQuery.prop() addition and fixed... |
tree | commitdiff |
2007-01-08 |
John Resig | I broke out the ${...} functionality into a separate... |
tree | commitdiff |
2007-01-08 |
John Resig | Fixed a bug with $("body") in dynamic documents, refact... |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Implemented #756, making text(String) really useful |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Fixed #753 in Opera and IE |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Implemented #753 |
tree | commitdiff |
2007-01-07 |
John Resig | Fixed problem with $("div",$("body")) breaking (returni... |
tree | commitdiff |
2007-01-07 |
John Resig | Reorganized the different effects to be in fx.js, inste... |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Test for #753 |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Fix for #754 |
tree | commitdiff |
2007-01-07 |
John Resig | Improved the categories of a bunch of docs, upped the... |
tree | commitdiff |
2007-01-06 |
John Resig | Fixed the docs for noConflict, fixed a bug with pager. |
tree | commitdiff |
2007-01-06 |
John Resig | Removed all the extra helper macros for 1.1, and adjust... |
tree | commitdiff |
2007-01-05 |
Jörn Zaefferer | fixed typo (easeout); added check if jQuery._$ even... |
tree | commitdiff |
2007-01-04 |
John Resig | Added in the new .noConflict() function for resolving... |
tree | commitdiff |
2007-01-04 |
Jörn Zaefferer | Improved a lot of docs, adding description to examples... |
tree | commitdiff |
2007-01-04 |
Jörn Zaefferer | Changed "Hash" to "Map" in docs |
tree | commitdiff |
2007-01-02 |
Jörn Zaefferer | Improved docs for append, prepend, before and after... |
tree | commitdiff |
2007-01-02 |
John Resig | Completely removed pushStack - and all code related... |
tree | commitdiff |
2007-01-02 |
Mike Alsup | remove test that belonged in ajaxTest.js |
tree | commitdiff |
2007-01-01 |
Mike Alsup | update target of evalScripts test |
tree | commitdiff |
2007-01-01 |
Mike Alsup | Add test to show evalScripts/find problem. |
tree | commitdiff |
2007-01-01 |
Jörn Zaefferer | Added test and documentation for filter(Function) |
tree | commitdiff |
2006-12-31 |
John Resig | Moved all the expressions tests over into selector... |
tree | commitdiff |
2006-12-31 |
John Resig | Moved the bulk of the selector code out into a separate... |
tree | commitdiff |
2006-12-31 |
John Resig | Moved all the relevant event-related code into the... |
tree | commitdiff |
2006-12-31 |
Jörn Zaefferer | Fixed event.handle to return undefined or false |
tree | commitdiff |
2006-12-30 |
Jörn Zaefferer | Removed documentation for oneXXX and unXXX methods... |
tree | commitdiff |
2006-12-30 |
Jörn Zaefferer | Fixed missing semicolon |
tree | commitdiff |
2006-12-29 |
John Resig | Added support for adding multiple classes simultaneousl... |
tree | commitdiff |
2006-12-29 |
Jörn Zaefferer | Improved docs for removeClass (optional parameter,... |
tree | commitdiff |
2006-12-29 |
John Resig | Added in some changes to class handling and some docs... |
tree | commitdiff |
2006-12-28 |
Jörn Zaefferer | Implemented, tested and documented #202 |
tree | commitdiff |
2006-12-23 |
John Resig | Fixed minor bug in jQuery.parse[1] expression. |
tree | commitdiff |
2006-12-23 |
John Resig | Removed .ancestors(), fixed the docs for .parent()... |
tree | commitdiff |
2006-12-23 |
John Resig | Added in #690, the ability to remove an event handler... |
tree | commitdiff |
2006-12-23 |
John Resig | Added Yehuda's selector engine improvements (it's now... |
tree | commitdiff |
2006-12-23 |
John Resig | Lost a selected check. |
tree | commitdiff |
2006-12-23 |
John Resig | Added back in some of Joern's new .html() docs, and... |
tree | commitdiff |
2006-12-23 |
John Resig | Added back in Joern's changes - oops! Let me know if... |
tree | commitdiff |
2006-12-23 |
John Resig | Made significant changes to the expression engine.... |
tree | commitdiff |
2006-12-22 |
Jörn Zaefferer | Fixed event fixing (Opera provides event.srcElement... |
tree | commitdiff |
2006-12-20 |
Jörn Zaefferer | Fixed docs for html() |
tree | commitdiff |
2006-12-20 |
Jörn Zaefferer | Improved event fixing, using less browser and more... |
tree | commitdiff |
2006-12-19 |
Jörn Zaefferer | Fix for #468 |
tree | commitdiff |
2006-12-19 |
Jörn Zaefferer | (no commit message) |
tree | commitdiff |
2006-12-19 |
Dave Methvin | jQuery.merge speedup, bug#444 |
tree | commitdiff |
2006-12-18 |
Jörn Zaefferer | Fix for #511 |
tree | commitdiff |
2006-12-15 |
Jörn Zaefferer | Replaced the rest of the x.constructor != String compar... |
tree | commitdiff |
2006-12-12 |
Jörn Zaefferer | Got context functions back in, added noteworthy stuff... |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fix for #476 |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fix for #467 |
tree | commitdiff |
2006-12-03 |
Jörn Zaefferer | Code and documentation cleanup; fixed #317 and #464 |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Fixed bug #344 (tests, implementation, docs) |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Moved $ alias more to the top (address #137) |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Fix for event fix: Don't overwrite event.target if... |
tree | commitdiff |
2006-11-29 |
Jörn Zaefferer | Added test for filter(Array), fixed bug #446 |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Replaced all x.constructor == String comparsions with... |
tree | commitdiff |
2006-11-20 |
Jörn Zaefferer | Optimize :input with better regex |
tree | commitdiff |
2006-11-18 |
Jörn Zaefferer | Testsuite 2.0 |
tree | commitdiff |
2006-11-15 |
Brandon Aaron | Fix for #310 and #395 |
tree | commitdiff |
2006-11-15 |
Jörn Zaefferer | Fix for typo in toggleClass docs |
tree | commitdiff |
2006-11-15 |
Brandon Aaron | Fix for improper object iteration in jQuery.css method |
tree | commitdiff |
2006-11-09 |
Jörn Zaefferer | Modified test for load(); added fix for trigger, where... |
tree | commitdiff |
2006-11-08 |
Jörn Zaefferer | Removed check for getAttribute in attr, seems to work... |
tree | commitdiff |
2006-11-07 |
John Resig | Fixed the issue with jQuery conflicting with windows... |
tree | commitdiff |
2006-11-07 |
Jörn Zaefferer | Added test and check for end() when there is no stack... |
tree | commitdiff |
2006-11-07 |
Jörn Zaefferer | Added pseudo-fix for #164; fixed some tests that failed... |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix for passing jQuery constructor a DOM NodeList in... |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Backing out of REV 522 for further testing |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix jQuery constructor to handle DOM NodeLists properly... |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix jQuery.clean to work with Safari and DOM NodeLists |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix for #186 and for jQuery.event.fix |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Fixed previous() in docs |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Fix preventDefault for all browsers |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Modified onexxx handlers to unbind themselve when execu... |
tree | commitdiff |
next |