2006-12-20 |
Jörn Zaefferer | Improved event fixing, using less browser and more... |
tree | commitdiff |
2006-12-19 |
Jörn Zaefferer | Fix for #468 |
tree | commitdiff |
2006-12-19 |
Jörn Zaefferer | (no commit message) |
tree | commitdiff |
2006-12-19 |
Dave Methvin | jQuery.merge speedup, bug#444 |
tree | commitdiff |
2006-12-18 |
Jörn Zaefferer | Fix for #511 |
tree | commitdiff |
2006-12-15 |
Jörn Zaefferer | Fixed synchrnous requests, improved AJAX inline documen... |
tree | commitdiff |
2006-12-15 |
Jörn Zaefferer | Replaced the rest of the x.constructor != String compar... |
tree | commitdiff |
2006-12-13 |
Jörn Zaefferer | Fixed docs for $.ajax' processData option |
tree | commitdiff |
2006-12-12 |
Jörn Zaefferer | Got context functions back in, added noteworthy stuff... |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fixed docs for #134 |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fix for #476 |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fix for #467 |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fix for #474 |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fixed #471 |
tree | commitdiff |
2006-12-08 |
Paul Bakaus | finally added the toggle option for animate(). It's... |
tree | commitdiff |
2006-12-05 |
Jörn Zaefferer | Renamed $.ajax's "before"-option to "beforeSend" to... |
tree | commitdiff |
2006-12-04 |
Jörn Zaefferer | Renamed preprocess to before, for consistency with... |
tree | commitdiff |
2006-12-04 |
Jörn Zaefferer | Simplified XMLHttpRequest shadow (tested on 5.5, 6... |
tree | commitdiff |
2006-12-03 |
Jörn Zaefferer | Code and documentation cleanup; fixed #317 and #464 |
tree | commitdiff |
2006-12-02 |
Jörn Zaefferer | Fixed jQuery.eval (or rather, jQuery.globalEval to... |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Fixed bug #344 (tests, implementation, docs) |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Moved $ alias more to the top (address #137) |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Fixed serializing arrays (bug #448) |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Fix for event fix: Don't overwrite event.target if... |
tree | commitdiff |
2006-11-29 |
Jörn Zaefferer | Added test for filter(Array), fixed bug #446 |
tree | commitdiff |
2006-11-28 |
Jörn Zaefferer | Fixed docs for $.ajax for data option |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Replaced all x.constructor == String comparsions with... |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Another attempt to fix the getScript problem |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Fixed typo in comment |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Better fix for #407 issue |
tree | commitdiff |
2006-11-20 |
Jörn Zaefferer | Optimize :input with better regex |
tree | commitdiff |
2006-11-20 |
Jörn Zaefferer | Fix for bug #407, yet to be tested |
tree | commitdiff |
2006-11-18 |
Jörn Zaefferer | Testsuite 2.0 |
tree | commitdiff |
2006-11-18 |
Jörn Zaefferer | Heavily improved documentation for $.ajax, but may... |
tree | commitdiff |
2006-11-17 |
Jörn Zaefferer | Return XMLHttpRequest from $.ajax() to allow aborting... |
tree | commitdiff |
2006-11-17 |
Jörn Zaefferer | Added async option (ticket #367) |
tree | commitdiff |
2006-11-17 |
Jörn Zaefferer | Fixed an issue with getJSON (type was not correctly... |
tree | commitdiff |
2006-11-16 |
Brandon Aaron | Restore display property in fx module after animation... |
tree | commitdiff |
2006-11-16 |
Brandon Aaron | Missing '}' in jQuery.param method in ajax.js |
tree | commitdiff |
2006-11-16 |
Stefan Petre | if one value of key/value pairs is array then treat... |
tree | commitdiff |
2006-11-15 |
Brandon Aaron | Fix for #181 |
tree | commitdiff |
2006-11-15 |
Brandon Aaron | Fix for #310 and #395 |
tree | commitdiff |
2006-11-15 |
Jörn Zaefferer | Fix for typo in toggleClass docs |
tree | commitdiff |
2006-11-15 |
Brandon Aaron | Fix for improper object iteration in jQuery.css method |
tree | commitdiff |
2006-11-14 |
Brandon Aaron | Fix for #276 |
tree | commitdiff |
2006-11-13 |
Jörn Zaefferer | Fixed a missing semicolon |
tree | commitdiff |
2006-11-11 |
Jörn Zaefferer | Fixed doc for $.ajax data option |
tree | commitdiff |
2006-11-11 |
Jörn Zaefferer | Fixed docs for load; Added the response as third paramt... |
tree | commitdiff |
2006-11-11 |
Jörn Zaefferer | Refactored all logic from $.get and $.post into $.ajax... |
tree | commitdiff |
2006-11-09 |
Jörn Zaefferer | Modified test for load(); added fix for trigger, where... |
tree | commitdiff |
2006-11-08 |
Jörn Zaefferer | Removed check for getAttribute in attr, seems to work... |
tree | commitdiff |
2006-11-07 |
John Resig | Fixed the issue with jQuery conflicting with windows... |
tree | commitdiff |
2006-11-07 |
Jörn Zaefferer | Added test and check for end() when there is no stack... |
tree | commitdiff |
2006-11-07 |
Jörn Zaefferer | Added pseudo-fix for #164; fixed some tests that failed... |
tree | commitdiff |
2006-11-04 |
Klaus Hartl | Changed return type to undefined for certain functions... |
tree | commitdiff |
2006-11-03 |
Jörn Zaefferer | Refactored ajax module: Dropped internal arguments... |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix for passing jQuery constructor a DOM NodeList in... |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Backing out of REV 522 for further testing |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix jQuery constructor to handle DOM NodeLists properly... |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix jQuery.clean to work with Safari and DOM NodeLists |
tree | commitdiff |
2006-11-02 |
Brandon Aaron | Fix for #186 and for jQuery.event.fix |
tree | commitdiff |
2006-11-01 |
Brandon Aaron | Another $ bites the dust. Should be all of them now. |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Fixed previous() in docs |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Fix preventDefault for all browsers |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Fix to prevent potential memory leak, dunno if that... |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Modified onexxx handlers to unbind themselve when execu... |
tree | commitdiff |
2006-10-26 |
John Resig | Moved dimensions to the plugins area. |
tree | commitdiff |
2006-10-26 |
John Resig | Rolled back Joern's changes. They've been moved to... |
tree | commitdiff |
2006-10-26 |
Jörn Zaefferer | Fixed and improved jQuery's event system: The target... |
tree | commitdiff |
2006-10-25 |
Brandon Aaron | Fix for jQuery.clean that caused Safari to crash with... |
tree | commitdiff |
2006-10-19 |
Brandon Aaron | More clean up on jQuery.clean |
tree | commitdiff |
2006-10-19 |
Brandon Aaron | readonly: "readOnly" added to 'fix' in jQuery.attr... |
tree | commitdiff |
2006-10-18 |
John Resig | Added fix for radio inputs becoming unchecked during... |
tree | commitdiff |
2006-10-17 |
Brandon Aaron | Fix and tests for appending HTML options to select... |
tree | commitdiff |
2006-10-17 |
Brandon Aaron | Added tests for 193 and 170. |
tree | commitdiff |
2006-10-15 |
Brandon Aaron | Fix for #193 again |
tree | commitdiff |
2006-10-15 |
John Resig | Guess that was important, after all. Helps IE to map... |
tree | commitdiff |
2006-10-15 |
John Resig | Added fix for jQuery.extend( Object, null || undefined... |
tree | commitdiff |
2006-10-15 |
John Resig | Fixed all warnings generated when javascript.options... |
tree | commitdiff |
2006-10-13 |
Jörn Zaefferer | Added test for #174; Modified failing (IE) tests for... |
tree | commitdiff |
2006-10-13 |
Jörn Zaefferer | Fix for #265: Initialize defaults for global and timeou... |
tree | commitdiff |
2006-10-13 |
Jörn Zaefferer | Fixed #216, added several tests for ajax module and... |
tree | commitdiff |
2006-10-13 |
Jörn Zaefferer | Fix for #270 |
tree | commitdiff |
2006-10-12 |
John Resig | Added code to short-circuit a .each() loop. |
tree | commitdiff |
2006-10-12 |
John Resig | Fixed some issues with IE and XML structures. |
tree | commitdiff |
2006-10-11 |
Jörn Zaefferer | Added 2 of 3 fixes of #164 |
tree | commitdiff |
2006-10-11 |
Gilles van den Hoven | (no commit message) |
tree | commitdiff |
2006-10-11 |
Brandon Aaron | Fix for 193 |
tree | commitdiff |
2006-10-11 |
Brandon Aaron | Fix for #170 |
tree | commitdiff |
2006-10-10 |
Brandon Aaron | Added test for #237 |
tree | commitdiff |
2006-10-10 |
Brandon Aaron | Fix for #237 |
tree | commitdiff |
2006-10-10 |
Brandon Aaron | Fix for #227 |
tree | commitdiff |
2006-10-10 |
Brandon Aaron | Revert fx.show to always take opacity from 0 to current... |
tree | commitdiff |
2006-10-10 |
Brandon Aaron | Fix for #263. |
tree | commitdiff |
2006-10-10 |
Brandon Aaron | * Fixed a bug in jQuery.fn.offset relating to the calcu... |
tree | commitdiff |
2006-10-10 |
John Resig | Fixed a bunch of endline issues. |
tree | commitdiff |
2006-10-10 |
John Resig | Now have accurate version information built into jquery... |
tree | commitdiff |
2006-10-09 |
Jörn Zaefferer | Fixed second test for load() |
tree | commitdiff |
2006-10-08 |
Jörn Zaefferer | Fixed bug in testsuite, tried to fix problem with ... |
tree | commitdiff |
2006-10-08 |
Jörn Zaefferer | Fixed test for load(url) |
tree | commitdiff |
next |