Commit graph

  • df61a63fca Fix for #467 Jörn Zaefferer 2006-12-11 09:22:33 +00:00
  • a8bafe7874 Fix for #474 Jörn Zaefferer 2006-12-11 08:59:50 +00:00
  • 010a112e04 Fixed #471 Jörn Zaefferer 2006-12-11 08:53:33 +00:00
  • 12d13d9ada finally added the toggle option for animate(). It's not beautiful right now, but it works for the time. Paul Bakaus 2006-12-08 09:26:50 +00:00
  • f1c91fd023 Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks... Jörn Zaefferer 2006-12-05 22:58:27 +00:00
  • 47a6a32b27 Introduced before callback (#384) (updated test data) Jörn Zaefferer 2006-12-04 20:42:38 +00:00
  • 2bdd208e41 Renamed preprocess to before, for consistency with form plugin Jörn Zaefferer 2006-12-04 19:40:25 +00:00
  • a6ce303187 Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced preprocess callback (#384) - IE seems to fail to send the correct headers Jörn Zaefferer 2006-12-04 19:37:49 +00:00
  • 94e59e287a Code and documentation cleanup; fixed #317 and #464 Jörn Zaefferer 2006-12-03 11:06:32 +00:00
  • 39c05d3649 Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF) Jörn Zaefferer 2006-12-02 13:43:02 +00:00
  • ef1ee513d3 Fixed bug #344 (tests, implementation, docs) Jörn Zaefferer 2006-11-30 21:24:42 +00:00
  • 68313e7748 Moved $ alias more to the top (address #137) Jörn Zaefferer 2006-11-30 21:12:15 +00:00
  • dc6f9cfc9c Fixed serializing arrays (bug #448) Jörn Zaefferer 2006-11-30 20:52:24 +00:00
  • d98283a3a3 Fix for event fix: Don't overwrite event.target if there is no srcElement; calculate pageX/Y (tested with tooltip plugin) Jörn Zaefferer 2006-11-30 20:39:33 +00:00
  • c136717119 Fixed regEx to work with Unix an PC files. Mike Alsup 2006-11-29 23:25:33 +00:00
  • 3ab145e5aa Added test for filter(Array), fixed bug #446 Jörn Zaefferer 2006-11-29 20:22:29 +00:00
  • fea94528e2 Fixed docs for $.ajax for data option Jörn Zaefferer 2006-11-28 11:36:54 +00:00
  • a2ab7ef088 Tried to fix make build, PLEASE TEST Jörn Zaefferer 2006-11-22 09:58:57 +00:00
  • c95283119c Replaced all x.constructor == String comparsions with typeof x == "string" Jörn Zaefferer 2006-11-21 10:01:48 +00:00
  • ae58d24fd5 Another attempt to fix the getScript problem Jörn Zaefferer 2006-11-21 09:55:34 +00:00
  • 953bf593a6 Fixed typo in comment Jörn Zaefferer 2006-11-21 09:21:38 +00:00
  • 15a30ba90c Better fix for #407 issue Jörn Zaefferer 2006-11-21 09:14:29 +00:00
  • 26cda0c1e5 Optimize :input with better regex Jörn Zaefferer 2006-11-20 21:01:17 +00:00
  • a87fa0188b Improved testsuite (pass/fail indicator already exists in markup) Jörn Zaefferer 2006-11-20 20:54:42 +00:00
  • 46faa03820 Fix for bug #407, yet to be tested Jörn Zaefferer 2006-11-20 20:37:28 +00:00
  • 7cc550727c Testsuite 2.0 Jörn Zaefferer 2006-11-18 13:37:01 +00:00
  • 797ccbaf31 Heavily improved documentation for $.ajax, but may still need some fixes Jörn Zaefferer 2006-11-18 10:37:33 +00:00
  • cb0fbbbac1 Return XMLHttpRequest from $.ajax() to allow aborting etc. Jörn Zaefferer 2006-11-17 14:49:44 +00:00
  • c119a80ea3 Added async option (ticket #367) Jörn Zaefferer 2006-11-17 10:15:31 +00:00
  • 1e620109d7 Fixed an issue with getJSON (type was not correctly passed on when data was ommited); Added more options to $.ajax to provide more flexibility (bug #371) Jörn Zaefferer 2006-11-17 09:56:30 +00:00
  • 06c185321c Restore display property in fx module after animation is completed. Brandon Aaron 2006-11-16 21:42:35 +00:00
  • 6404d6e3ec Missing '}' in jQuery.param method in ajax.js Brandon Aaron 2006-11-16 20:39:28 +00:00
  • 317ea5caea if one value of key/value pairs is array then treat each array value in part Stefan Petre 2006-11-16 10:30:14 +00:00
  • 32816eff59 Fix for #181 Brandon Aaron 2006-11-15 17:13:07 +00:00
  • f12df1df85 Fix for #310 and #395 Brandon Aaron 2006-11-15 15:53:14 +00:00
  • db621dd8dd Added visual pass/fail indicator (JUnit/Eclipse style) Jörn Zaefferer 2006-11-15 10:08:08 +00:00
  • d6ab3c71ac Fix for typo in toggleClass docs Jörn Zaefferer 2006-11-15 10:07:22 +00:00
  • fcc99cd0f5 Fix for improper object iteration in jQuery.css method Brandon Aaron 2006-11-15 01:58:02 +00:00
  • 044d47a504 Fix for #276 Private method jQuery.setAuto in fx module is deprecated Brandon Aaron 2006-11-14 21:02:41 +00:00
  • 9261e7ee13 Fixed a missing semicolon Jörn Zaefferer 2006-11-13 10:37:42 +00:00
  • 93c1340d55 Fixed doc for $.ajax data option Jörn Zaefferer 2006-11-11 12:11:37 +00:00
  • d0eda6827f Fixed docs for load; Added the response as third paramter for load callback (partly fixing bug #337) Jörn Zaefferer 2006-11-11 12:08:48 +00:00
  • 7ff54c4034 Refactored all logic from $.get and $.post into $.ajax, now they are only convenience delegators Jörn Zaefferer 2006-11-11 11:34:51 +00:00
  • d8fb555970 Added accordion to PLUGINS_ALL Jörn Zaefferer 2006-11-09 21:25:07 +00:00
  • 03b0a9c654 Modified test for load(); added fix for trigger, where it modifies data passed to it, which causes ugly side-effects Jörn Zaefferer 2006-11-09 21:16:03 +00:00
  • c0e0119c3d Fixed typo Jörn Zaefferer 2006-11-09 08:22:17 +00:00
  • e07bfbef2d Removed check for getAttribute in attr, seems to work without it Jörn Zaefferer 2006-11-08 09:44:04 +00:00
  • ce2555ea7c Fixed the issue with jQuery conflicting with windows/IFrames. John Resig 2006-11-07 16:56:10 +00:00
  • 83e98c28ef Added test and check for end() when there is no stack or nothing on the stack to pop() Jörn Zaefferer 2006-11-07 11:32:21 +00:00
  • 98e8ea3186 Added pseudo-fix for #164; fixed some tests that failed in IE Jörn Zaefferer 2006-11-07 11:19:44 +00:00
  • d91ee794ba Added tooltip for plugins build Jörn Zaefferer 2006-11-07 10:30:47 +00:00
  • 2aa96154b7 Added comments and some docs to ant build Jörn Zaefferer 2006-11-07 10:01:45 +00:00
  • 78ed830b9b Added metadata (fully documented) Yehuda Katz 2006-11-07 03:34:47 +00:00
  • 7d58c0f936 Changed return type to undefined for certain functions, as discussed. Klaus Hartl 2006-11-04 21:09:05 +00:00
  • 7b780def0d Refactored ajax module: Dropped internal arguments from ajax(); Modified testsuite to improve display Jörn Zaefferer 2006-11-03 11:30:57 +00:00
  • e9917ab837 Fix for passing jQuery constructor a DOM NodeList in Safari and an object or embed HTMLElement in Firefox. Brandon Aaron 2006-11-02 23:07:13 +00:00
  • d6d3316962 Backing out of REV 522 for further testing Brandon Aaron 2006-11-02 21:03:08 +00:00
  • 0c45d03c70 Fix jQuery constructor to handle DOM NodeLists properly in Safari Brandon Aaron 2006-11-02 19:53:11 +00:00
  • 4f92b34301 Fix jQuery.clean to work with Safari and DOM NodeLists Brandon Aaron 2006-11-02 18:53:40 +00:00
  • ddd110c9e5 Fix for #186 and for jQuery.event.fix Brandon Aaron 2006-11-02 14:43:20 +00:00
  • 40b55adf5c Another $ bites the dust. Should be all of them now. Brandon Aaron 2006-11-01 21:59:56 +00:00
  • 939e92bea6 Fixed Ant task "jquery_with_plugins" and ill-formed XML Klaus Hartl 2006-11-01 10:23:22 +00:00
  • 7ec65c2683 Updated ant so the default task doesn't require plugins Yehuda Katz 2006-10-28 17:16:23 +00:00
  • 4e3da33c59 Updated the version to 1.0.3. 1.0.3 John Resig 2006-10-28 03:02:47 +00:00
  • fc351ba279 Fixed previous() in docs Jörn Zaefferer 2006-10-27 15:15:44 +00:00
  • 4b3b2c1f42 Refactored with_plugins target to reuse jquery target, avoiding duplication Jörn Zaefferer 2006-10-27 12:32:14 +00:00
  • 83b0e17f3f Fix preventDefault for all browsers Jörn Zaefferer 2006-10-27 10:49:18 +00:00
  • c6860d55d4 make task pack_tabs independent of jquery by creating dist directory itself Klaus Hartl 2006-10-27 09:25:46 +00:00
  • 8b875055ec Fix to prevent potential memory leak, dunno if that actually helps Jörn Zaefferer 2006-10-27 08:23:25 +00:00
  • 4e5b46f7f6 Modified onexxx handlers to unbind themselve when executed; Reintroduced event fixes (and added some more comments) Jörn Zaefferer 2006-10-27 08:10:00 +00:00
  • 440d512edd Updates to the parsing engine Yehuda Katz 2006-10-27 01:19:27 +00:00
  • 3980dc9295 Added comments to various plugins and added make and ant options to make docs with plugins Yehuda Katz 2006-10-26 23:11:34 +00:00
  • fce3c7f74b Moved dimensions to the plugins area. John Resig 2006-10-26 19:21:54 +00:00
  • 476cbd2f1a Rolled back Joern's changes. They've been moved to another branch, and will be merged for 1.1. John Resig 2006-10-26 16:09:55 +00:00
  • 44e4b36c08 Moved jquery and plugins to a single trunk. John Resig 2006-10-26 15:53:47 +00:00
  • 897fbfe89c Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo ( http://joern.jquery.com/accordion/accordion.html ) Jörn Zaefferer 2006-10-26 12:41:25 +00:00
  • 5131224427 Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image... Jörn Zaefferer 2006-10-26 10:58:23 +00:00
  • f1f3d6f300 Fix for jQuery.clean that caused Safari to crash with newline characters Brandon Aaron 2006-10-25 14:05:25 +00:00
  • 215aab2793 Added task to build packed tabs plugin Klaus Hartl 2006-10-20 15:07:40 +00:00
  • 4bcb578c79 More clean up on jQuery.clean Brandon Aaron 2006-10-19 21:47:05 +00:00
  • 24142f6031 readonly: "readOnly" added to 'fix' in jQuery.attr plus tests Cleaned up jQuery.clean method (Thanks Dave Methvin) Brandon Aaron 2006-10-19 18:31:09 +00:00
  • ca91d78963 Added fix for radio inputs becoming unchecked during an animation. John Resig 2006-10-18 04:32:31 +00:00
  • 14b09024cb Fix and tests for appending HTML options to select elements. Fixed previous tests for 193 and 170. Brandon Aaron 2006-10-17 19:12:22 +00:00
  • 6f7cd66959 Added tests for 193 and 170. Removed unused line of code from fx. Brandon Aaron 2006-10-17 15:34:19 +00:00
  • 688c724b1f Fix for #193 again Brandon Aaron 2006-10-15 22:47:58 +00:00
  • 2e23d0168e Guess that was important, after all. Helps IE to map the object correctly. John Resig 2006-10-15 17:03:08 +00:00
  • c9511ef948 Added fix for jQuery.extend( Object, null || undefined ) lapsing back to just jQuery.extend( Object ). John Resig 2006-10-15 03:11:02 +00:00
  • af961d58c2 Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config. John Resig 2006-10-15 02:57:55 +00:00
  • e7669f64d8 Added test for #174; Modified failing (IE) tests for find Jörn Zaefferer 2006-10-13 14:56:14 +00:00
  • bfa8306633 Fix for #265: Initialize defaults for global and timeout properly when $.ajax is called internally (argument list instead of hash) Jörn Zaefferer 2006-10-13 14:02:29 +00:00
  • cb53fc02b6 Fixed #216, added several tests for ajax module and fixed more stuff revealed by those; Reverted Johns change for each (changeset 433), caused way too much trouble Jörn Zaefferer 2006-10-13 13:57:55 +00:00
  • ba7dc19416 Fix for #270 Jörn Zaefferer 2006-10-13 12:36:21 +00:00
  • edb54ef733 Added code to short-circuit a .each() loop. John Resig 2006-10-12 16:37:01 +00:00
  • 96d429b940 Fixed some issues with IE and XML structures. John Resig 2006-10-12 16:30:54 +00:00
  • 2e544e9eb8 Added 2 of 3 fixes of #164 Jörn Zaefferer 2006-10-11 13:35:05 +00:00
  • 6de5a6b96a Gilles van den Hoven 2006-10-11 12:51:26 +00:00
  • dde208fc4b Fix for 193 Brandon Aaron 2006-10-11 04:23:04 +00:00
  • 8365b37c48 Fix for #170 Brandon Aaron 2006-10-11 04:09:08 +00:00
  • 05164f34be Added test for #237 Brandon Aaron 2006-10-10 21:28:00 +00:00
  • 692d676e99 Fix for #237 Brandon Aaron 2006-10-10 17:48:43 +00:00