| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added in some changes to class handling and some docs for jQuery.nth(). | John Resig | 2006-12-29 | 1 | -22/+27 |
* | Fix for #534 | Jörn Zaefferer | 2006-12-29 | 2 | -1/+6 |
* | Implemented, tested and documented #202 | Jörn Zaefferer | 2006-12-28 | 3 | -17/+65 |
* | Fix for #689 | Jörn Zaefferer | 2006-12-24 | 1 | -6/+8 |
* | Fixed minor bug in jQuery.parse[1] expression. | John Resig | 2006-12-23 | 1 | -1/+1 |
* | Removed .ancestors(), fixed the docs for .parent()/.parents(). | John Resig | 2006-12-23 | 1 | -30/+2 |
* | Added in some of the recent changes. | John Resig | 2006-12-23 | 1 | -3/+6 |
* | Added in #690, the ability to remove an event handler from inside itself. | John Resig | 2006-12-23 | 2 | -1/+20 |
* | Added Yehuda's selector engine improvements (it's now trivial to add in your ... | John Resig | 2006-12-23 | 2 | -8/+12 |
* | Lost a selected check. | John Resig | 2006-12-23 | 1 | -1/+2 |
* | Added back in some of Joern's new .html() docs, and made .text(String) (a lot... | John Resig | 2006-12-23 | 1 | -0/+22 |
* | Added back in Joern's changes - oops! Let me know if I missed any. | John Resig | 2006-12-23 | 1 | -15/+15 |
* | Made significant changes to the expression engine. Is now significantly faste... | John Resig | 2006-12-23 | 2 | -3130/+3270 |
* | Documentation for $.ajaxSetup | Jörn Zaefferer | 2006-12-22 | 2 | -6/+25 |
* | Implemented global ajax settings - no documentation yet | Jörn Zaefferer | 2006-12-22 | 3 | -26/+38 |
* | Fixed event fixing (Opera provides event.srcElement, only create pageX if cli... | Jörn Zaefferer | 2006-12-22 | 2 | -10/+6 |
* | Fixed typo | Jörn Zaefferer | 2006-12-21 | 1 | -1/+1 |
* | A few corrections to the testsuite to imrove the failure testing | Jörn Zaefferer | 2006-12-21 | 3 | -16/+25 |
* | Added note to load() to avoid using it to load scripts (#456) | Jörn Zaefferer | 2006-12-21 | 1 | -0/+2 |
* | Implemented a better error handling for ajax requests. Exceptions caused by d... | Jörn Zaefferer | 2006-12-21 | 4 | -53/+63 |
* | Added test for sync requests with callbacks (#534) | Jörn Zaefferer | 2006-12-21 | 1 | -0/+6 |
* | Improved docs for blur() and focus(), mentioning the difference between calli... | Jörn Zaefferer | 2006-12-20 | 2 | -1/+8 |
* | Fixed docs for html() | Jörn Zaefferer | 2006-12-20 | 2 | -0/+7 |
* | Fixed wheather-whether typo - Thanks Erik | Jörn Zaefferer | 2006-12-20 | 1 | -1/+1 |
* | Added some more notes to newandnoteworthy, reflecting Dave's changes | Jörn Zaefferer | 2006-12-20 | 1 | -0/+2 |
* | Improved event fixing, using less browser and more object detection | Jörn Zaefferer | 2006-12-20 | 2 | -15/+14 |
* | Fix for #468 | Jörn Zaefferer | 2006-12-19 | 2 | -0/+3 |
* | (no commit message) | Jörn Zaefferer | 2006-12-19 | 2 | -3/+8 |
* | jQuery.merge speedup, bug#444 | Dave Methvin | 2006-12-19 | 2 | -38/+50 |
* | Fix for #511 | Jörn Zaefferer | 2006-12-18 | 1 | -2/+2 |
* | Fixed synchrnous requests, improved AJAX inline documentation | Jörn Zaefferer | 2006-12-15 | 3 | -91/+133 |
* | Replaced the rest of the x.constructor != String comparions with typeof (Than... | Jörn Zaefferer | 2006-12-15 | 1 | -3/+3 |
* | Fixed docs for $.ajax' processData option | Jörn Zaefferer | 2006-12-13 | 1 | -4/+4 |
* | Releasing jQuery 1.0.4.1.0.4 | John Resig | 2006-12-13 | 1 | -1/+1 |
* | Got context functions back in, added noteworthy stuff, replaced js linebreak ... | Jörn Zaefferer | 2006-12-12 | 4 | -18/+66 |
* | Fixed an issue with .find(expr,Function) and a Safari bug. | John Resig | 2006-12-12 | 1 | -4/+5 |
* | typooo | Jörn Zaefferer | 2006-12-11 | 1 | -1/+1 |
* | Created newandnotheworthy.txt to collect information for new releases | Jörn Zaefferer | 2006-12-11 | 1 | -0/+14 |
* | Fixed docs for #134 | Jörn Zaefferer | 2006-12-11 | 1 | -6/+10 |
* | Fix for #476 | Jörn Zaefferer | 2006-12-11 | 1 | -5/+5 |
* | Fix for #467 | Jörn Zaefferer | 2006-12-11 | 1 | -1/+6 |
* | Fix for #474 | Jörn Zaefferer | 2006-12-11 | 1 | -1/+1 |
* | Fixed #471 | Jörn Zaefferer | 2006-12-11 | 2 | -22/+58 |
* | finally added the toggle option for animate(). It's not beautiful right now, ... | Paul Bakaus | 2006-12-08 | 1 | -0/+24 |
* | Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with for... | Jörn Zaefferer | 2006-12-05 | 3 | -8/+8 |
* | Introduced before callback (#384) (updated test data) | Jörn Zaefferer | 2006-12-04 | 1 | -0/+6 |
* | Renamed preprocess to before, for consistency with form plugin | Jörn Zaefferer | 2006-12-04 | 2 | -5/+5 |
* | Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced preproc... | Jörn Zaefferer | 2006-12-04 | 2 | -5/+27 |
* | Code and documentation cleanup; fixed #317 and #464 | Jörn Zaefferer | 2006-12-03 | 2 | -111/+80 |
* | Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF) | Jörn Zaefferer | 2006-12-02 | 1 | -4/+12 |