2007-01-14 |
Jörn Zaefferer | Fix wrong type check in jQuery.prop |
blob | commitdiff | diff to current |
2007-01-14 |
John Resig | Removed a bunch more bytes from the total file size. |
blob | commitdiff | diff to current |
2007-01-14 |
John Resig | Added in jQuery.isFunction(). |
blob | commitdiff | diff to current |
2007-01-11 |
Jörn Zaefferer | Fixed that stupid type once more |
blob | commitdiff | diff to current |
2007-01-11 |
John Resig | Added a fix for .append( Number ) |
blob | commitdiff | diff to current |
2007-01-11 |
John Resig | Added a fix for .html("") not working correctly. |
blob | commitdiff | diff to current |
2007-01-11 |
John Resig | Fixed .not([]) not working properly. |
blob | commitdiff | diff to current |
2007-01-11 |
Jörn Zaefferer | Fixed missing typo |
blob | commitdiff | diff to current |
2007-01-11 |
John Resig | Fixed bug with .text(), it only returned the text for... |
blob | commitdiff | diff to current |
2007-01-11 |
John Resig | Fixed the Safari crashing bug. So much hate. |
blob | commitdiff | diff to current |
2007-01-10 |
John Resig | Fixed docs for .clone(Boolean). |
blob | commitdiff | diff to current |
2007-01-10 |
Jörn Zaefferer | Modified ready to event to pass jQuery object, allowing... |
blob | commitdiff | diff to current |
2007-01-10 |
John Resig | Added support .css("left",30). Fixed up the multiFilter... |
blob | commitdiff | diff to current |
2007-01-10 |
John Resig | Lots of improvements. Added support for .not( jQuery... |
blob | commitdiff | diff to current |
2007-01-10 |
John Resig | Added back in height and width - they now behave more... |
blob | commitdiff | diff to current |
2007-01-10 |
John Resig | .remove("...") removed too much. |
blob | commitdiff | diff to current |
2007-01-10 |
John Resig | We've decided against .set() and are moving back to... |
blob | commitdiff | diff to current |
2007-01-10 |
Jörn Zaefferer | Added tests for almost everything in jquery/jquery... |
blob | commitdiff | diff to current |
2007-01-10 |
Jörn Zaefferer | Fixed add to also create HTML on-the-fly by using jQuer... |
blob | commitdiff | diff to current |
2007-01-10 |
Jörn Zaefferer | Added tests for add() and fixed #770 |
blob | commitdiff | diff to current |
2007-01-10 |
John Resig | Fixed a bug with .append() and <td>/<tr>. |
blob | commitdiff | diff to current |
2007-01-09 |
Jörn Zaefferer | Removed duplicated show/hide/toggle, added test for... |
blob | commitdiff | diff to current |
2007-01-09 |
John Resig | Fixed .next() and .prev(). |
blob | commitdiff | diff to current |
2007-01-09 |
Jörn Zaefferer | Added test and fixed parents() |
blob | commitdiff | diff to current |
2007-01-08 |
Jörn Zaefferer | Added test for toggleClass, fixed jQuery.className... |
blob | commitdiff | diff to current |
2007-01-08 |
John Resig | Pruned a lot of extra code out and improved how .html... |
blob | commitdiff | diff to current |
2007-01-08 |
John Resig | .text( String ) now works as you'd expect it to, plus... |
blob | commitdiff | diff to current |
2007-01-08 |
John Resig | Fixed a bug in the jQuery.prop() addition and fixed... |
blob | commitdiff | diff to current |
2007-01-08 |
John Resig | I broke out the ${...} functionality into a separate... |
blob | commitdiff | diff to current |
2007-01-08 |
John Resig | Fixed a bug with $("body") in dynamic documents, refact... |
blob | commitdiff | diff to current |
2007-01-07 |
Jörn Zaefferer | Implemented #756, making text(String) really useful |
blob | commitdiff | diff to current |
2007-01-07 |
Jörn Zaefferer | Fixed #753 in Opera and IE |
blob | commitdiff | diff to current |
2007-01-07 |
Jörn Zaefferer | Implemented #753 |
blob | commitdiff | diff to current |
2007-01-07 |
John Resig | Fixed problem with $("div",$("body")) breaking (returni... |
blob | commitdiff | diff to current |
2007-01-07 |
John Resig | Reorganized the different effects to be in fx.js, inste... |
blob | commitdiff | diff to current |
2007-01-07 |
Jörn Zaefferer | Fix for #754 |
blob | commitdiff | diff to current |
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 |
next |