jquery.git
2006-10-26 Yehuda KatzAdded comments to various plugins and added make and...
2006-10-26 John ResigMoved dimensions to the plugins area.
2006-10-26 John ResigRolled back Joern's changes. They've been moved to...
2006-10-26 John ResigMoved jquery and plugins to a single trunk.
2006-10-26 Jörn ZaeffererFixed and improved jQuery's event system: The target...
2006-10-26 Jörn ZaeffererModified core and form test suites to use a single...
2006-10-25 Brandon AaronFix for jQuery.clean that caused Safari to crash with...
2006-10-20 Klaus HartlAdded task to build packed tabs plugin
2006-10-19 Brandon AaronMore clean up on jQuery.clean
2006-10-19 Brandon Aaronreadonly: "readOnly" added to 'fix' in jQuery.attr...
2006-10-18 John ResigAdded fix for radio inputs becoming unchecked during...
2006-10-17 Brandon AaronFix and tests for appending HTML options to select...
2006-10-17 Brandon AaronAdded tests for 193 and 170.
2006-10-15 Brandon AaronFix for #193 again
2006-10-15 John ResigGuess that was important, after all. Helps IE to map...
2006-10-15 John ResigAdded fix for jQuery.extend( Object, null || undefined...
2006-10-15 John ResigFixed all warnings generated when javascript.options...
2006-10-13 Jörn ZaeffererAdded test for #174; Modified failing (IE) tests for...
2006-10-13 Jörn ZaeffererFix for #265: Initialize defaults for global and timeou...
2006-10-13 Jörn ZaeffererFixed #216, added several tests for ajax module and...
2006-10-13 Jörn ZaeffererFix for #270
2006-10-12 John ResigAdded code to short-circuit a .each() loop.
2006-10-12 John ResigFixed some issues with IE and XML structures.
2006-10-11 Jörn ZaeffererAdded 2 of 3 fixes of #164
2006-10-11 Gilles van... (no commit message)
2006-10-11 Brandon AaronFix for 193
2006-10-11 Brandon AaronFix for #170
2006-10-10 Brandon AaronAdded test for #237
2006-10-10 Brandon AaronFix for #237
2006-10-10 Brandon AaronFix for #227
2006-10-10 Brandon AaronRevert fx.show to always take opacity from 0 to current...
2006-10-10 Brandon AaronFix for #263.
2006-10-10 Brandon Aaron* Fixed a bug in jQuery.fn.offset relating to the calcu...
2006-10-10 John ResigFixed a bunch of endline issues.
2006-10-10 John ResigThe jQuery version is now reported in the docs.
2006-10-10 John ResigNow have accurate version information built into jquery...
2006-10-09 Jörn ZaeffererFixed second test for load()
2006-10-08 Jörn ZaeffererFixed bug in testsuite, tried to fix problem with ...
2006-10-08 Jörn ZaeffererFixed test for load(url)
2006-10-08 Jörn ZaeffererChanged readFile to java-based read function to handle...
2006-10-07 Brandon Aaron* Applied patch for #204
2006-10-06 Jörn ZaeffererRemoved (hopefully) all references to $ within the...
2006-10-06 Jörn ZaeffererAdded experimental fix for bug #214
2006-10-06 Jörn ZaeffererTypo; Extended description for $("<div>stuff</div"...
2006-10-06 Jörn ZaeffererAdded test for bug #232
2006-10-06 Jörn ZaeffererFixed bug #222 (again)
2006-10-06 Jörn ZaeffererAdded fix for bug #204, yet untested
2006-10-05 Paul Bakausadded Brandon's offset function
2006-10-03 Jörn ZaeffererFixed bug #225 again
2006-10-03 Jörn ZaeffererAdded * You can have as many $(document).ready events...
2006-10-03 Jörn Zaeffererremoved the test for bug #164, the test suite is unable...
2006-10-03 Jörn ZaeffererI had to put the check for 'typeof console != "undefine...
2006-10-03 John Resigcss('display') works slightly differently in Safari...
2006-10-03 Jörn ZaeffererRemoved ifelse, scheduled for a later release, if at all
2006-10-03 John ResigFixed minor bug with Safari and the test suite.
2006-10-03 John ResigFixed test suite bug with Opera with the .attr('action...
2006-10-03 John ResigAdded .filter("expr",ifCallback,elseCallback) (works...
2006-10-02 Jörn ZaeffererReset ajaxTimeout after running timeout tests
2006-10-02 Jörn ZaeffererSmall fixes to tests
2006-10-02 Jörn ZaeffererRemoved test for bug #206, wontfix
2006-10-02 Jörn ZaeffererAdded ifelse method, fixed bug #160 for IE6
2006-10-01 Jörn ZaeffererAdded fix for bug #222
2006-10-01 Jörn ZaeffererFixed bug #215
2006-10-01 Jörn ZaeffererFixed bug #165 (ignoring the exception) and #156 (ifMod...
2006-10-01 Jörn ZaeffererAdded local timeout option for $.ajax + test
2006-10-01 Jörn ZaeffererAdded tests for global and local ajax handlers, added...
2006-10-01 Jörn ZaeffererMarked load() as private, won't work anyway
2006-09-30 Jörn ZaeffererRefactored and fixed test suite to run async tests
2006-09-30 Jörn ZaeffererRemoved event test for load; Added fix for bug #225
2006-09-30 Jörn ZaeffererAdded tests, fixed getScript and getJSON, fixed comment...
2006-09-30 Jörn ZaeffererAdded docs for jQuery.browser, fixed doc for prev,...
2006-09-23 Jörn ZaeffererDon't include any plugins (or other files by accident...
2006-09-23 Jörn ZaeffererImproved jquery target to allow inclusion of plugins...
2006-09-23 Jörn ZaeffererModified test for bug #164
2006-09-23 Jörn ZaeffererAdded targets to allow building jquery with plugins...
2006-09-23 Jörn ZaeffererAdded linebreak for better readability when adding...
2006-09-22 Jörn ZaeffererFixed bug #180 as suggested, changing xxx.constructor...
2006-09-22 Jörn ZaeffererAdded some more tests for weird form selection expressions
2006-09-22 Jörn ZaeffererChanged implementation of removeClass: No more regex...
2006-09-19 Jörn ZaeffererAdded tests for children()
2006-09-19 Jörn ZaeffererClear timeout (prevents freezing of test suite when...
2006-09-19 Jörn ZaeffererRefactored test suite to allow async tests (use stop...
2006-09-18 Jörn ZaeffererAdded test for feature #206
2006-09-17 Jörn ZaeffererAdded some tests for name(), id() and title()
2006-09-17 Jörn ZaeffererAdded expressions for feature #69 (form element selecto...
2006-09-17 Jörn ZaeffererRefactored test suite once more, as proposed by John
2006-09-17 Jörn ZaeffererAdded proposed fix for bug #201
2006-09-16 John ResigAdded .htaccess file for docs directory.
2006-09-16 John ResigWeird, I never committed the docs for mouseover.
2006-09-16 Jörn ZaeffererAdded test for bug #190
2006-09-16 Jörn ZaeffererFixed bug #168
2006-09-16 Jörn ZaeffererFixed typo, thanks Patrick
2006-09-16 Jörn ZaeffererFixed bug #178
2006-09-16 Jörn ZaeffererAdded fix for bug #175; Added docs for extend(Object...
2006-09-16 Jörn ZaeffererResolved bug #191 as won't fix, removed the failing...
2006-09-16 Jörn ZaeffererFixed bug #194, added regression tests
2006-09-16 Jörn ZaeffererRefactored test suite: tests subdir not needed anymore
2006-09-16 Jörn ZaeffererRefactored test suite: All tests are now compiled into...
2006-09-15 Jörn ZaeffererAdded proposed fix for bug #185
2006-09-15 Jörn ZaeffererFixed bug #147, required some (ugly) modifications...
next