2007-01-07 |
Jörn Zaefferer | Fix for #754 |
blob | commitdiff |
2007-01-07 |
John Resig | Improved the categories of a bunch of docs, upped the... |
blob | commitdiff | diff to current |
2007-01-06 |
John Resig | Fixed the docs for noConflict, fixed a bug with pager. |
blob | commitdiff | diff to current |
2007-01-06 |
John Resig | Removed all the extra helper macros for 1.1, and adjust... |
blob | commitdiff | diff to current |
2007-01-05 |
Jörn Zaefferer | fixed typo (easeout); added check if jQuery._$ even... |
blob | commitdiff | diff to current |
2007-01-04 |
John Resig | Added in the new .noConflict() function for resolving... |
blob | commitdiff | diff to current |
2007-01-04 |
Jörn Zaefferer | Improved a lot of docs, adding description to examples... |
blob | commitdiff | diff to current |
2007-01-04 |
Jörn Zaefferer | Changed "Hash" to "Map" in docs |
blob | commitdiff | diff to current |
2007-01-02 |
Jörn Zaefferer | Improved docs for append, prepend, before and after... |
blob | commitdiff | diff to current |
2007-01-02 |
John Resig | Completely removed pushStack - and all code related... |
blob | commitdiff | diff to current |
2007-01-01 |
Jörn Zaefferer | Added test and documentation for filter(Function) |
blob | commitdiff | diff to current |
2006-12-31 |
John Resig | Moved the bulk of the selector code out into a separate... |
blob | commitdiff | diff to current |
2006-12-31 |
John Resig | Moved all the relevant event-related code into the... |
blob | commitdiff | diff to current |
2006-12-31 |
Jörn Zaefferer | Fixed event.handle to return undefined or false |
blob | commitdiff | diff to current |
2006-12-30 |
Jörn Zaefferer | Removed documentation for oneXXX and unXXX methods... |
blob | commitdiff | diff to current |
2006-12-30 |
Jörn Zaefferer | Fixed missing semicolon |
blob | commitdiff | diff to current |
2006-12-29 |
John Resig | Added support for adding multiple classes simultaneousl... |
blob | commitdiff | diff to current |
2006-12-29 |
Jörn Zaefferer | Improved docs for removeClass (optional parameter,... |
blob | commitdiff | diff to current |
2006-12-29 |
John Resig | Added in some changes to class handling and some docs... |
blob | commitdiff | diff to current |
2006-12-28 |
Jörn Zaefferer | Implemented, tested and documented #202 |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Fixed minor bug in jQuery.parse[1] expression. |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Removed .ancestors(), fixed the docs for .parent()... |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Added in #690, the ability to remove an event handler... |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Added Yehuda's selector engine improvements (it's now... |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Lost a selected check. |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Added back in some of Joern's new .html() docs, and... |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Added back in Joern's changes - oops! Let me know if... |
blob | commitdiff | diff to current |
2006-12-23 |
John Resig | Made significant changes to the expression engine.... |
blob | commitdiff | diff to current |
2006-12-22 |
Jörn Zaefferer | Fixed event fixing (Opera provides event.srcElement... |
blob | commitdiff | diff to current |
2006-12-20 |
Jörn Zaefferer | Fixed docs for html() |
blob | commitdiff | diff to current |
2006-12-20 |
Jörn Zaefferer | Improved event fixing, using less browser and more... |
blob | commitdiff | diff to current |
2006-12-19 |
Jörn Zaefferer | Fix for #468 |
blob | commitdiff | diff to current |
2006-12-19 |
Jörn Zaefferer | (no commit message) |
blob | commitdiff | diff to current |
2006-12-19 |
Dave Methvin | jQuery.merge speedup, bug#444 |
blob | commitdiff | diff to current |
2006-12-18 |
Jörn Zaefferer | Fix for #511 |
blob | commitdiff | diff to current |
2006-12-15 |
Jörn Zaefferer | Replaced the rest of the x.constructor != String compar... |
blob | commitdiff | diff to current |
2006-12-12 |
Jörn Zaefferer | Got context functions back in, added noteworthy stuff... |
blob | commitdiff | diff to current |
2006-12-11 |
Jörn Zaefferer | Fix for #476 |
blob | commitdiff | diff to current |
2006-12-11 |
Jörn Zaefferer | Fix for #467 |
blob | commitdiff | diff to current |
2006-12-03 |
Jörn Zaefferer | Code and documentation cleanup; fixed #317 and #464 |
blob | commitdiff | diff to current |
2006-11-30 |
Jörn Zaefferer | Fixed bug #344 (tests, implementation, docs) |
blob | commitdiff | diff to current |
2006-11-30 |
Jörn Zaefferer | Moved $ alias more to the top (address #137) |
blob | commitdiff | diff to current |
2006-11-30 |
Jörn Zaefferer | Fix for event fix: Don't overwrite event.target if... |
blob | commitdiff | diff to current |
2006-11-29 |
Jörn Zaefferer | Added test for filter(Array), fixed bug #446 |
blob | commitdiff | diff to current |
2006-11-21 |
Jörn Zaefferer | Replaced all x.constructor == String comparsions with... |
blob | commitdiff | diff to current |
2006-11-20 |
Jörn Zaefferer | Optimize :input with better regex |
blob | commitdiff | diff to current |
2006-11-18 |
Jörn Zaefferer | Testsuite 2.0 |
blob | commitdiff | diff to current |
2006-11-15 |
Brandon Aaron | Fix for #310 and #395 |
blob | commitdiff | diff to current |
2006-11-15 |
Jörn Zaefferer | Fix for typo in toggleClass docs |
blob | commitdiff | diff to current |
2006-11-15 |
Brandon Aaron | Fix for improper object iteration in jQuery.css method |
blob | commitdiff | diff to current |
2006-11-09 |
Jörn Zaefferer | Modified test for load(); added fix for trigger, where... |
blob | commitdiff | diff to current |
2006-11-08 |
Jörn Zaefferer | Removed check for getAttribute in attr, seems to work... |
blob | commitdiff | diff to current |
2006-11-07 |
John Resig | Fixed the issue with jQuery conflicting with windows... |
blob | commitdiff | diff to current |
2006-11-07 |
Jörn Zaefferer | Added test and check for end() when there is no stack... |
blob | commitdiff | diff to current |
2006-11-07 |
Jörn Zaefferer | Added pseudo-fix for #164; fixed some tests that failed... |
blob | commitdiff | diff to current |
2006-11-02 |
Brandon Aaron | Fix for passing jQuery constructor a DOM NodeList in... |
blob | commitdiff | diff to current |
2006-11-02 |
Brandon Aaron | Backing out of REV 522 for further testing |
blob | commitdiff | diff to current |
2006-11-02 |
Brandon Aaron | Fix jQuery constructor to handle DOM NodeLists properly... |
blob | commitdiff | diff to current |
2006-11-02 |
Brandon Aaron | Fix jQuery.clean to work with Safari and DOM NodeLists |
blob | commitdiff | diff to current |
2006-11-02 |
Brandon Aaron | Fix for #186 and for jQuery.event.fix |
blob | commitdiff | diff to current |
2006-10-27 |
Jörn Zaefferer | Fixed previous() in docs |
blob | commitdiff | diff to current |
2006-10-27 |
Jörn Zaefferer | Fix preventDefault for all browsers |
blob | commitdiff | diff to current |
2006-10-27 |
Jörn Zaefferer | Modified onexxx handlers to unbind themselve when execu... |
blob | commitdiff | diff to current |
2006-10-26 |
John Resig | Rolled back Joern's changes. They've been moved to... |
blob | commitdiff | diff to current |
2006-10-26 |
Jörn Zaefferer | Fixed and improved jQuery's event system: The target... |
blob | commitdiff | diff to current |
2006-10-25 |
Brandon Aaron | Fix for jQuery.clean that caused Safari to crash with... |
blob | commitdiff | diff to current |
2006-10-19 |
Brandon Aaron | More clean up on jQuery.clean |
blob | commitdiff | diff to current |
2006-10-19 |
Brandon Aaron | readonly: "readOnly" added to 'fix' in jQuery.attr... |
blob | commitdiff | diff to current |
2006-10-18 |
John Resig | Added fix for radio inputs becoming unchecked during... |
blob | commitdiff | diff to current |
2006-10-17 |
Brandon Aaron | Fix and tests for appending HTML options to select... |
blob | commitdiff | diff to current |
2006-10-17 |
Brandon Aaron | Added tests for 193 and 170. |
blob | commitdiff | diff to current |
2006-10-15 |
Brandon Aaron | Fix for #193 again |
blob | commitdiff | diff to current |
2006-10-15 |
John Resig | Guess that was important, after all. Helps IE to map... |
blob | commitdiff | diff to current |
2006-10-15 |
John Resig | Added fix for jQuery.extend( Object, null || undefined... |
blob | commitdiff | diff to current |
2006-10-15 |
John Resig | Fixed all warnings generated when javascript.options... |
blob | commitdiff | diff to current |
2006-10-13 |
Jörn Zaefferer | Added test for #174; Modified failing (IE) tests for... |
blob | commitdiff | diff to current |
2006-10-13 |
Jörn Zaefferer | Fixed #216, added several tests for ajax module and... |
blob | commitdiff | diff to current |
2006-10-13 |
Jörn Zaefferer | Fix for #270 |
blob | commitdiff | diff to current |
2006-10-12 |
John Resig | Added code to short-circuit a .each() loop. |
blob | commitdiff | diff to current |
2006-10-12 |
John Resig | Fixed some issues with IE and XML structures. |
blob | commitdiff | diff to current |
2006-10-11 |
Jörn Zaefferer | Added 2 of 3 fixes of #164 |
blob | commitdiff | diff to current |
2006-10-11 |
Gilles van den Hoven | (no commit message) |
blob | commitdiff | diff to current |
2006-10-11 |
Brandon Aaron | Fix for 193 |
blob | commitdiff | diff to current |
2006-10-11 |
Brandon Aaron | Fix for #170 |
blob | commitdiff | diff to current |
2006-10-10 |
John Resig | Fixed a bunch of endline issues. |
blob | commitdiff | diff to current |
2006-10-10 |
John Resig | Now have accurate version information built into jquery... |
blob | commitdiff | diff to current |
2006-10-08 |
Jörn Zaefferer | Fixed bug in testsuite, tried to fix problem with ... |
blob | commitdiff | diff to current |
2006-10-07 |
Brandon Aaron | * Applied patch for #204 |
blob | commitdiff | diff to current |
2006-10-06 |
Jörn Zaefferer | Removed (hopefully) all references to $ within the... |
blob | commitdiff | diff to current |
2006-10-06 |
Jörn Zaefferer | Added experimental fix for bug #214 |
blob | commitdiff | diff to current |
2006-10-06 |
Jörn Zaefferer | Typo; Extended description for $("<div>stuff</div"... |
blob | commitdiff | diff to current |
2006-10-06 |
Jörn Zaefferer | Added fix for bug #204, yet untested |
blob | commitdiff | diff to current |
2006-10-03 |
Jörn Zaefferer | Added * You can have as many $(document).ready events... |
blob | commitdiff | diff to current |
2006-10-03 |
John Resig | css('display') works slightly differently in Safari... |
blob | commitdiff | diff to current |
2006-10-03 |
Jörn Zaefferer | Removed ifelse, scheduled for a later release, if at all |
blob | commitdiff | diff to current |
2006-10-03 |
John Resig | Fixed test suite bug with Opera with the .attr('action... |
blob | commitdiff | diff to current |
2006-10-03 |
John Resig | Added .filter("expr",ifCallback,elseCallback) (works... |
blob | commitdiff | diff to current |
2006-10-02 |
Jörn Zaefferer | Removed test for bug #206, wontfix |
blob | commitdiff | diff to current |
2006-10-02 |
Jörn Zaefferer | Added ifelse method, fixed bug #160 for IE6 |
blob | commitdiff | diff to current |
2006-09-30 |
Jörn Zaefferer | Added docs for jQuery.browser, fixed doc for prev,... |
blob | commitdiff | diff to current |
next |