| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added test for #174; Modified failing (IE) tests for find | Jörn Zaefferer | 2006-10-13 | 3 | -3/+37 |
* | Fix for #265: Initialize defaults for global and timeout properly when $.ajax... | Jörn Zaefferer | 2006-10-13 | 1 | -0/+2 |
* | Fixed #216, added several tests for ajax module and fixed more stuff revealed... | Jörn Zaefferer | 2006-10-13 | 3 | -13/+63 |
* | Fix for #270 | Jörn Zaefferer | 2006-10-13 | 1 | -1/+1 |
* | Added code to short-circuit a .each() loop. | John Resig | 2006-10-12 | 1 | -2/+2 |
* | Fixed some issues with IE and XML structures. | John Resig | 2006-10-12 | 1 | -3/+3 |
* | Added 2 of 3 fixes of #164 | Jörn Zaefferer | 2006-10-11 | 3 | -9/+30 |
* | (no commit message) | Gilles van den Hoven | 2006-10-11 | 1 | -1/+1 |
* | Fix for 193 | Brandon Aaron | 2006-10-11 | 1 | -1/+5 |
* | Fix for #170 | Brandon Aaron | 2006-10-11 | 1 | -1/+1 |
* | Added test for #237 | Brandon Aaron | 2006-10-10 | 1 | -0/+8 |
* | Fix for #237 | Brandon Aaron | 2006-10-10 | 1 | -1/+1 |
* | Fix for #227 | Brandon Aaron | 2006-10-10 | 1 | -1/+1 |
* | Revert fx.show to always take opacity from 0 to current opacity value. | Brandon Aaron | 2006-10-10 | 1 | -4/+3 |
* | Fix for #263. | Brandon Aaron | 2006-10-10 | 1 | -2/+2 |
* | * Fixed a bug in jQuery.fn.offset relating to the calculation of scroll offsets. | Brandon Aaron | 2006-10-10 | 1 | -306/+311 |
* | Fixed a bunch of endline issues.1.0.2 | John Resig | 2006-10-10 | 6 | -5974/+5974 |
* | The jQuery version is now reported in the docs. | John Resig | 2006-10-10 | 2 | -2/+4 |
* | Now have accurate version information built into jquery.js - will build it in... | John Resig | 2006-10-10 | 4 | -5/+9 |
* | Fixed second test for load() | Jörn Zaefferer | 2006-10-09 | 1 | -2/+2 |
* | Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: It... | Jörn Zaefferer | 2006-10-08 | 2 | -4/+5 |
* | Fixed test for load(url) | Jörn Zaefferer | 2006-10-08 | 1 | -1/+1 |
* | Changed readFile to java-based read function to handle \r\n, fixes docs and t... | Jörn Zaefferer | 2006-10-08 | 3 | -2/+14 |
* | * Applied patch for #204 | Brandon Aaron | 2006-10-07 | 3 | -87/+97 |
* | Removed (hopefully) all references to $ within the jQuery code itself | Jörn Zaefferer | 2006-10-06 | 4 | -12/+8 |
* | Added experimental fix for bug #214 | Jörn Zaefferer | 2006-10-06 | 1 | -1/+3 |
* | Typo; Extended description for $("<div>stuff</div") example (ticket #218) | Jörn Zaefferer | 2006-10-06 | 1 | -2/+5 |
* | Added test for bug #232 | Jörn Zaefferer | 2006-10-06 | 1 | -0/+7 |
* | Fixed bug #222 (again) | Jörn Zaefferer | 2006-10-06 | 1 | -1/+1 |
* | Added fix for bug #204, yet untested | Jörn Zaefferer | 2006-10-06 | 2 | -3982/+3982 |
* | added Brandon's offset function | Paul Bakaus | 2006-10-05 | 1 | -0/+138 |
* | Fixed bug #225 again | Jörn Zaefferer | 2006-10-03 | 1 | -1/+4 |
* | Added * You can have as many $(document).ready events on your page as you like. | Jörn Zaefferer | 2006-10-03 | 2 | -0/+3 |
* | removed the test for bug #164, the test suite is unable to handle the resulti... | Jörn Zaefferer | 2006-10-03 | 1 | -13/+0 |
* | I had to put the check for 'typeof console != "undefined"' back in, otherwise... | Jörn Zaefferer | 2006-10-03 | 1 | -1/+1 |
* | css('display') works slightly differently in Safari. Also, the test suite hav... | John Resig | 2006-10-03 | 2 | -5/+5 |
* | Removed ifelse, scheduled for a later release, if at all | Jörn Zaefferer | 2006-10-03 | 1 | -46/+0 |
* | Fixed minor bug with Safari and the test suite. | John Resig | 2006-10-03 | 1 | -1/+1 |
* | Fixed test suite bug with Opera with the .attr('action') test. Opera always r... | John Resig | 2006-10-03 | 1 | -2/+2 |
* | Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, ad... | John Resig | 2006-10-03 | 2 | -25/+28 |
* | Reset ajaxTimeout after running timeout tests | Jörn Zaefferer | 2006-10-02 | 1 | -0/+2 |
* | Small fixes to tests | Jörn Zaefferer | 2006-10-02 | 1 | -19/+29 |
* | Removed test for bug #206, wontfix | Jörn Zaefferer | 2006-10-02 | 1 | -6/+0 |
* | Added ifelse method, fixed bug #160 for IE6 | Jörn Zaefferer | 2006-10-02 | 1 | -0/+49 |
* | Added fix for bug #222 | Jörn Zaefferer | 2006-10-01 | 1 | -1662/+1662 |
* | Fixed bug #215 | Jörn Zaefferer | 2006-10-01 | 1 | -1/+2 |
* | Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to ... | Jörn Zaefferer | 2006-10-01 | 1 | -2/+12 |
* | Added local timeout option for $.ajax + test | Jörn Zaefferer | 2006-10-01 | 1 | -2/+24 |
* | Added tests for global and local ajax handlers, added global option to $.ajax... | Jörn Zaefferer | 2006-10-01 | 1 | -7/+60 |
* | Marked load() as private, won't work anyway | Jörn Zaefferer | 2006-10-01 | 1 | -0/+4 |