Commit Graph

  • b06dd433b2 Fix for #504 Brandon Aaron 2006-12-31 22:03:34 +0000
  • 61504d516a Moved all the expressions tests over into selector area, out of the main suite. John Resig 2006-12-31 18:09:05 +0000
  • 8cbb4a0ae6 Modified tests to show #746 Jörn Zaefferer 2006-12-31 15:44:59 +0000
  • 4c66f62a6f Improved Mikes hack to ease testing against IE cache Jörn Zaefferer 2006-12-31 15:09:07 +0000
  • c3d8cb0c09 Moved the bulk of the selector code out into a separate file, changed the build files to represent this. John Resig 2006-12-31 05:22:06 +0000
  • 370c6d564a Moved all the relevant event-related code into the event module. John Resig 2006-12-31 03:58:43 +0000
  • 1267e79699 add time to test.html request url using new Date().getTime() Mike Alsup 2006-12-31 02:00:33 +0000
  • 443e41b740 Fixed event.handle to return undefined or false Jörn Zaefferer 2006-12-31 00:44:09 +0000
  • 8786fa5276 Fix for #745 Jörn Zaefferer 2006-12-30 10:13:14 +0000
  • 09bfb5df0d Removed documentation for oneXXX and unXXX methods (not yet implementation), added implementation for one() Jörn Zaefferer 2006-12-30 10:05:45 +0000
  • 3f6a513b7e Fixed missing semicolon Jörn Zaefferer 2006-12-30 09:44:34 +0000
  • 65a88fae89 Added support for adding multiple classes simultaneously, fixed a bug with remove class. John Resig 2006-12-29 18:04:26 +0000
  • 8937e088b6 Improved docs for removeClass (optional parameter, removes all classes if not specified) Jörn Zaefferer 2006-12-29 17:51:40 +0000
  • 5f4f247df0 Added in some changes to class handling and some docs for jQuery.nth(). John Resig 2006-12-29 17:21:48 +0000
  • 666cc90064 Fix for #534 Jörn Zaefferer 2006-12-29 13:49:28 +0000
  • b8d46f7b6a Implemented, tested and documented #202 Jörn Zaefferer 2006-12-28 11:37:07 +0000
  • def8c734ed Fix for #689 Jörn Zaefferer 2006-12-24 01:16:20 +0000
  • a960b2d3b5 Fixed minor bug in jQuery.parse[1] expression. John Resig 2006-12-23 17:54:35 +0000
  • 58b8f1ddb8 Removed .ancestors(), fixed the docs for .parent()/.parents(). John Resig 2006-12-23 17:50:02 +0000
  • ec0dce5f60 Added in some of the recent changes. John Resig 2006-12-23 17:43:30 +0000
  • baa44a8f27 Added in #690, the ability to remove an event handler from inside itself. John Resig 2006-12-23 17:41:00 +0000
  • c20924818c Added Yehuda's selector engine improvements (it's now trivial to add in your own parse expressions). Additionally, I fixed a bug in the test suite. John Resig 2006-12-23 16:37:49 +0000
  • 37ee2df8a8 Lost a selected check. John Resig 2006-12-23 06:40:27 +0000
  • 2abe5934f6 Added back in some of Joern's new .html() docs, and made .text(String) (a lot of users expect this method to be a setter and a getter). John Resig 2006-12-23 06:26:08 +0000
  • 232da5dde0 Added back in Joern's changes - oops! Let me know if I missed any. John Resig 2006-12-23 06:17:16 +0000
  • cc5f46454f Made significant changes to the expression engine. Is now significantly faster (4-10x). It passes the test suite (but be sure to let me know if there are any regressions). John Resig 2006-12-23 06:07:21 +0000
  • bfdf836da9 Documentation for $.ajaxSetup Jörn Zaefferer 2006-12-22 14:40:46 +0000
  • fc84b9db10 Implemented global ajax settings - no documentation yet Jörn Zaefferer 2006-12-22 13:56:36 +0000
  • 30dc79f1d0 Fixed event fixing (Opera provides event.srcElement, only create pageX if clientX is available) Jörn Zaefferer 2006-12-22 13:52:33 +0000
  • ccc4c7663a Fixed typo Jörn Zaefferer 2006-12-21 18:37:24 +0000
  • 98b1b580c7 A few corrections to the testsuite to imrove the failure testing Jörn Zaefferer 2006-12-21 15:23:59 +0000
  • a0d5e89a1e Added note to load() to avoid using it to load scripts (#456) Jörn Zaefferer 2006-12-21 13:39:14 +0000
  • 6b8ffe79f4 Implemented a better error handling for ajax requests. Exceptions caused by dropping connections are now handled, too. Jörn Zaefferer 2006-12-21 13:35:32 +0000
  • 0f5292b991 Added test for sync requests with callbacks (#534) Jörn Zaefferer 2006-12-21 12:57:22 +0000
  • 30f708027f Improved docs for blur() and focus(), mentioning the difference between calling the jQuery method and the DOM method Jörn Zaefferer 2006-12-20 15:58:28 +0000
  • 8f1e0ef253 Fixed docs for html() Jörn Zaefferer 2006-12-20 13:10:29 +0000
  • 2abdbd4e30 Fixed wheather-whether typo - Thanks Erik Jörn Zaefferer 2006-12-20 11:25:15 +0000
  • d23e0c5170 Added some more notes to newandnoteworthy, reflecting Dave's changes Jörn Zaefferer 2006-12-20 11:11:33 +0000
  • 0d149e52e6 Improved event fixing, using less browser and more object detection Jörn Zaefferer 2006-12-20 11:05:08 +0000
  • dd27ea5830 Fix for #468 Jörn Zaefferer 2006-12-19 19:06:36 +0000
  • 42785b1c1d Jörn Zaefferer 2006-12-19 18:52:45 +0000
  • 0e540ec1b1 jQuery.merge speedup, bug#444 <tbody> duplicated, bug#418 (jQuery.clean & domManip) query for id in context ignores context, bug#267 Dave Methvin 2006-12-19 04:31:33 +0000
  • 7a724180a7 Fix for #511 Jörn Zaefferer 2006-12-18 22:08:10 +0000
  • 898ca3198b Fixed synchrnous requests, improved AJAX inline documentation Jörn Zaefferer 2006-12-15 09:13:24 +0000
  • 18e330741f Replaced the rest of the x.constructor != String comparions with typeof (Thanks Kelvin) Jörn Zaefferer 2006-12-15 08:20:46 +0000
  • 3e165ae5ab Fixed docs for $.ajax' processData option Jörn Zaefferer 2006-12-13 19:04:36 +0000
  • ed37ca66e5 Releasing jQuery 1.0.4. 1.0.4 John Resig 2006-12-13 01:23:23 +0000
  • 6ac46e6a5a Got context functions back in, added noteworthy stuff, replaced js linebreak replacer with xstl Jörn Zaefferer 2006-12-12 20:33:10 +0000
  • fb11b33d68 Fixed an issue with .find(expr,Function) and a Safari bug. John Resig 2006-12-12 18:26:52 +0000
  • 025049a67a typooo Jörn Zaefferer 2006-12-11 14:32:53 +0000
  • 2d2839a576 Created newandnotheworthy.txt to collect information for new releases Jörn Zaefferer 2006-12-11 14:30:55 +0000
  • 3e3240f7ed Fixed docs for #134 Jörn Zaefferer 2006-12-11 09:38:03 +0000
  • 665e1959cc Fix for #476 Jörn Zaefferer 2006-12-11 09:25:44 +0000
  • df61a63fca Fix for #467 Jörn Zaefferer 2006-12-11 09:22:33 +0000
  • a8bafe7874 Fix for #474 Jörn Zaefferer 2006-12-11 08:59:50 +0000
  • 010a112e04 Fixed #471 Jörn Zaefferer 2006-12-11 08:53:33 +0000
  • 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 +0000
  • 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 +0000
  • 47a6a32b27 Introduced before callback (#384) (updated test data) Jörn Zaefferer 2006-12-04 20:42:38 +0000
  • 2bdd208e41 Renamed preprocess to before, for consistency with form plugin Jörn Zaefferer 2006-12-04 19:40:25 +0000
  • 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 +0000
  • 94e59e287a Code and documentation cleanup; fixed #317 and #464 Jörn Zaefferer 2006-12-03 11:06:32 +0000
  • 39c05d3649 Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF) Jörn Zaefferer 2006-12-02 13:43:02 +0000
  • ef1ee513d3 Fixed bug #344 (tests, implementation, docs) Jörn Zaefferer 2006-11-30 21:24:42 +0000
  • 68313e7748 Moved $ alias more to the top (address #137) Jörn Zaefferer 2006-11-30 21:12:15 +0000
  • dc6f9cfc9c Fixed serializing arrays (bug #448) Jörn Zaefferer 2006-11-30 20:52:24 +0000
  • 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 +0000
  • c136717119 Fixed regEx to work with Unix an PC files. Mike Alsup 2006-11-29 23:25:33 +0000
  • 3ab145e5aa Added test for filter(Array), fixed bug #446 Jörn Zaefferer 2006-11-29 20:22:29 +0000
  • fea94528e2 Fixed docs for $.ajax for data option Jörn Zaefferer 2006-11-28 11:36:54 +0000
  • a2ab7ef088 Tried to fix make build, PLEASE TEST Jörn Zaefferer 2006-11-22 09:58:57 +0000
  • c95283119c Replaced all x.constructor == String comparsions with typeof x == "string" Jörn Zaefferer 2006-11-21 10:01:48 +0000
  • ae58d24fd5 Another attempt to fix the getScript problem Jörn Zaefferer 2006-11-21 09:55:34 +0000
  • 953bf593a6 Fixed typo in comment Jörn Zaefferer 2006-11-21 09:21:38 +0000
  • 15a30ba90c Better fix for #407 issue Jörn Zaefferer 2006-11-21 09:14:29 +0000
  • 26cda0c1e5 Optimize :input with better regex Jörn Zaefferer 2006-11-20 21:01:17 +0000
  • a87fa0188b Improved testsuite (pass/fail indicator already exists in markup) Jörn Zaefferer 2006-11-20 20:54:42 +0000
  • 46faa03820 Fix for bug #407, yet to be tested Jörn Zaefferer 2006-11-20 20:37:28 +0000
  • 7cc550727c Testsuite 2.0 Jörn Zaefferer 2006-11-18 13:37:01 +0000
  • 797ccbaf31 Heavily improved documentation for $.ajax, but may still need some fixes Jörn Zaefferer 2006-11-18 10:37:33 +0000
  • cb0fbbbac1 Return XMLHttpRequest from $.ajax() to allow aborting etc. Jörn Zaefferer 2006-11-17 14:49:44 +0000
  • c119a80ea3 Added async option (ticket #367) Jörn Zaefferer 2006-11-17 10:15:31 +0000
  • 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 +0000
  • 06c185321c Restore display property in fx module after animation is completed. Brandon Aaron 2006-11-16 21:42:35 +0000
  • 6404d6e3ec Missing '}' in jQuery.param method in ajax.js Brandon Aaron 2006-11-16 20:39:28 +0000
  • 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 +0000
  • 32816eff59 Fix for #181 Brandon Aaron 2006-11-15 17:13:07 +0000
  • f12df1df85 Fix for #310 and #395 Brandon Aaron 2006-11-15 15:53:14 +0000
  • db621dd8dd Added visual pass/fail indicator (JUnit/Eclipse style) Jörn Zaefferer 2006-11-15 10:08:08 +0000
  • d6ab3c71ac Fix for typo in toggleClass docs Jörn Zaefferer 2006-11-15 10:07:22 +0000
  • fcc99cd0f5 Fix for improper object iteration in jQuery.css method Brandon Aaron 2006-11-15 01:58:02 +0000
  • 044d47a504 Fix for #276 Private method jQuery.setAuto in fx module is deprecated Brandon Aaron 2006-11-14 21:02:41 +0000
  • 9261e7ee13 Fixed a missing semicolon Jörn Zaefferer 2006-11-13 10:37:42 +0000
  • 93c1340d55 Fixed doc for $.ajax data option Jörn Zaefferer 2006-11-11 12:11:37 +0000
  • 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 +0000
  • 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 +0000
  • d8fb555970 Added accordion to PLUGINS_ALL Jörn Zaefferer 2006-11-09 21:25:07 +0000
  • 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 +0000
  • c0e0119c3d Fixed typo Jörn Zaefferer 2006-11-09 08:22:17 +0000
  • e07bfbef2d Removed check for getAttribute in attr, seems to work without it Jörn Zaefferer 2006-11-08 09:44:04 +0000