jquery.git
2006-11-22 Jörn ZaeffererTried to fix make build, PLEASE TEST
2006-11-21 Jörn ZaeffererReplaced all x.constructor == String comparsions with...
2006-11-21 Jörn ZaeffererAnother attempt to fix the getScript problem
2006-11-21 Jörn ZaeffererFixed typo in comment
2006-11-21 Jörn ZaeffererBetter fix for #407 issue
2006-11-20 Jörn ZaeffererOptimize :input with better regex
2006-11-20 Jörn ZaeffererImproved testsuite (pass/fail indicator already exists...
2006-11-20 Jörn ZaeffererFix for bug #407, yet to be tested
2006-11-18 Jörn ZaeffererTestsuite 2.0
2006-11-18 Jörn ZaeffererHeavily improved documentation for $.ajax, but may...
2006-11-17 Jörn ZaeffererReturn XMLHttpRequest from $.ajax() to allow aborting...
2006-11-17 Jörn ZaeffererAdded async option (ticket #367)
2006-11-17 Jörn ZaeffererFixed an issue with getJSON (type was not correctly...
2006-11-16 Brandon AaronRestore display property in fx module after animation...
2006-11-16 Brandon AaronMissing '}' in jQuery.param method in ajax.js
2006-11-16 Stefan Petreif one value of key/value pairs is array then treat...
2006-11-15 Brandon AaronFix for #181
2006-11-15 Brandon AaronFix for #310 and #395
2006-11-15 Jörn ZaeffererAdded visual pass/fail indicator (JUnit/Eclipse style)
2006-11-15 Jörn ZaeffererFix for typo in toggleClass docs
2006-11-15 Brandon AaronFix for improper object iteration in jQuery.css method
2006-11-14 Brandon AaronFix for #276
2006-11-13 Jörn ZaeffererFixed a missing semicolon
2006-11-11 Jörn ZaeffererFixed doc for $.ajax data option
2006-11-11 Jörn ZaeffererFixed docs for load; Added the response as third paramt...
2006-11-11 Jörn ZaeffererRefactored all logic from $.get and $.post into $.ajax...
2006-11-09 Jörn ZaeffererAdded accordion to PLUGINS_ALL
2006-11-09 Jörn ZaeffererModified test for load(); added fix for trigger, where...
2006-11-09 Jörn ZaeffererFixed typo
2006-11-08 Jörn ZaeffererRemoved check for getAttribute in attr, seems to work...
2006-11-07 John ResigFixed the issue with jQuery conflicting with windows...
2006-11-07 Jörn ZaeffererAdded test and check for end() when there is no stack...
2006-11-07 Jörn ZaeffererAdded pseudo-fix for #164; fixed some tests that failed...
2006-11-07 Jörn ZaeffererAdded tooltip for plugins build
2006-11-07 Jörn ZaeffererAdded comments and some docs to ant build
2006-11-07 Yehuda KatzAdded metadata (fully documented)
2006-11-04 Klaus HartlChanged return type to undefined for certain functions...
2006-11-03 Jörn ZaeffererRefactored ajax module: Dropped internal arguments...
2006-11-02 Brandon AaronFix for passing jQuery constructor a DOM NodeList in...
2006-11-02 Brandon AaronBacking out of REV 522 for further testing
2006-11-02 Brandon AaronFix jQuery constructor to handle DOM NodeLists properly...
2006-11-02 Brandon AaronFix jQuery.clean to work with Safari and DOM NodeLists
2006-11-02 Brandon AaronFix for #186 and for jQuery.event.fix
2006-11-01 Brandon AaronAnother $ bites the dust. Should be all of them now.
2006-11-01 Klaus HartlFixed Ant task "jquery_with_plugins" and ill-formed XML
2006-10-28 Yehuda KatzUpdated ant so the default task doesn't require plugins
2006-10-28 John ResigUpdated the version to 1.0.3.
2006-10-27 Jörn ZaeffererFixed previous() in docs
2006-10-27 Jörn ZaeffererRefactored with_plugins target to reuse jquery target...
2006-10-27 Jörn ZaeffererFix preventDefault for all browsers
2006-10-27 Klaus Hartlmake task pack_tabs independent of jquery by creating...
2006-10-27 Jörn ZaeffererFix to prevent potential memory leak, dunno if that...
2006-10-27 Jörn ZaeffererModified onexxx handlers to unbind themselve when execu...
2006-10-27 Yehuda KatzUpdates to the parsing engine
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)
next