Commit Graph

  • ce2555ea7c Fixed the issue with jQuery conflicting with windows/IFrames. John Resig 2006-11-07 16:56:10 +0000
  • 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 +0000
  • 98e8ea3186 Added pseudo-fix for #164; fixed some tests that failed in IE Jörn Zaefferer 2006-11-07 11:19:44 +0000
  • d91ee794ba Added tooltip for plugins build Jörn Zaefferer 2006-11-07 10:30:47 +0000
  • 2aa96154b7 Added comments and some docs to ant build Jörn Zaefferer 2006-11-07 10:01:45 +0000
  • 78ed830b9b Added metadata (fully documented) Yehuda Katz 2006-11-07 03:34:47 +0000
  • 7d58c0f936 Changed return type to undefined for certain functions, as discussed. Klaus Hartl 2006-11-04 21:09:05 +0000
  • 7b780def0d Refactored ajax module: Dropped internal arguments from ajax(); Modified testsuite to improve display Jörn Zaefferer 2006-11-03 11:30:57 +0000
  • 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 +0000
  • d6d3316962 Backing out of REV 522 for further testing Brandon Aaron 2006-11-02 21:03:08 +0000
  • 0c45d03c70 Fix jQuery constructor to handle DOM NodeLists properly in Safari Brandon Aaron 2006-11-02 19:53:11 +0000
  • 4f92b34301 Fix jQuery.clean to work with Safari and DOM NodeLists Brandon Aaron 2006-11-02 18:53:40 +0000
  • ddd110c9e5 Fix for #186 and for jQuery.event.fix Brandon Aaron 2006-11-02 14:43:20 +0000
  • 40b55adf5c Another $ bites the dust. Should be all of them now. Brandon Aaron 2006-11-01 21:59:56 +0000
  • 939e92bea6 Fixed Ant task "jquery_with_plugins" and ill-formed XML Klaus Hartl 2006-11-01 10:23:22 +0000
  • 7ec65c2683 Updated ant so the default task doesn't require plugins Yehuda Katz 2006-10-28 17:16:23 +0000
  • 4e3da33c59 Updated the version to 1.0.3. 1.0.3 John Resig 2006-10-28 03:02:47 +0000
  • fc351ba279 Fixed previous() in docs Jörn Zaefferer 2006-10-27 15:15:44 +0000
  • 4b3b2c1f42 Refactored with_plugins target to reuse jquery target, avoiding duplication Jörn Zaefferer 2006-10-27 12:32:14 +0000
  • 83b0e17f3f Fix preventDefault for all browsers Jörn Zaefferer 2006-10-27 10:49:18 +0000
  • c6860d55d4 make task pack_tabs independent of jquery by creating dist directory itself Klaus Hartl 2006-10-27 09:25:46 +0000
  • 8b875055ec Fix to prevent potential memory leak, dunno if that actually helps Jörn Zaefferer 2006-10-27 08:23:25 +0000
  • 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 +0000
  • 440d512edd Updates to the parsing engine Yehuda Katz 2006-10-27 01:19:27 +0000
  • 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 +0000
  • fce3c7f74b Moved dimensions to the plugins area. John Resig 2006-10-26 19:21:54 +0000
  • 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 +0000
  • 44e4b36c08 Moved jquery and plugins to a single trunk. John Resig 2006-10-26 15:53:47 +0000
  • 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 +0000
  • 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 +0000
  • f1f3d6f300 Fix for jQuery.clean that caused Safari to crash with newline characters Brandon Aaron 2006-10-25 14:05:25 +0000
  • 215aab2793 Added task to build packed tabs plugin Klaus Hartl 2006-10-20 15:07:40 +0000
  • 4bcb578c79 More clean up on jQuery.clean Brandon Aaron 2006-10-19 21:47:05 +0000
  • 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 +0000
  • ca91d78963 Added fix for radio inputs becoming unchecked during an animation. John Resig 2006-10-18 04:32:31 +0000
  • 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 +0000
  • 6f7cd66959 Added tests for 193 and 170. Removed unused line of code from fx. Brandon Aaron 2006-10-17 15:34:19 +0000
  • 688c724b1f Fix for #193 again Brandon Aaron 2006-10-15 22:47:58 +0000
  • 2e23d0168e Guess that was important, after all. Helps IE to map the object correctly. John Resig 2006-10-15 17:03:08 +0000
  • c9511ef948 Added fix for jQuery.extend( Object, null || undefined ) lapsing back to just jQuery.extend( Object ). John Resig 2006-10-15 03:11:02 +0000
  • af961d58c2 Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config. John Resig 2006-10-15 02:57:55 +0000
  • e7669f64d8 Added test for #174; Modified failing (IE) tests for find Jörn Zaefferer 2006-10-13 14:56:14 +0000
  • 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 +0000
  • 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 +0000
  • ba7dc19416 Fix for #270 Jörn Zaefferer 2006-10-13 12:36:21 +0000
  • edb54ef733 Added code to short-circuit a .each() loop. John Resig 2006-10-12 16:37:01 +0000
  • 96d429b940 Fixed some issues with IE and XML structures. John Resig 2006-10-12 16:30:54 +0000
  • 2e544e9eb8 Added 2 of 3 fixes of #164 Jörn Zaefferer 2006-10-11 13:35:05 +0000
  • 6de5a6b96a Gilles van den Hoven 2006-10-11 12:51:26 +0000
  • dde208fc4b Fix for 193 Brandon Aaron 2006-10-11 04:23:04 +0000
  • 8365b37c48 Fix for #170 Brandon Aaron 2006-10-11 04:09:08 +0000
  • 05164f34be Added test for #237 Brandon Aaron 2006-10-10 21:28:00 +0000
  • 692d676e99 Fix for #237 Brandon Aaron 2006-10-10 17:48:43 +0000
  • cafd40805a Fix for #227 Brandon Aaron 2006-10-10 15:00:54 +0000
  • c901863b31 Revert fx.show to always take opacity from 0 to current opacity value. Brandon Aaron 2006-10-10 14:14:55 +0000
  • 8526de137a Fix for #263. Brandon Aaron 2006-10-10 13:58:06 +0000
  • 016bd18ba3 * Fixed a bug in jQuery.fn.offset relating to the calculation of scroll offsets. * Fixed jQuery.fn.height and jQuery.fn.width to properly pass on a value for setting the height and width of an element if passed in. Brandon Aaron 2006-10-10 02:41:44 +0000
  • dbee06de85 Fixed a bunch of endline issues. 1.0.2 John Resig 2006-10-10 01:59:20 +0000
  • 967eec1831 The jQuery version is now reported in the docs. John Resig 2006-10-10 01:17:47 +0000
  • 766c3765bd Now have accurate version information built into jquery.js - will build it into the docs and test suite next. John Resig 2006-10-10 00:23:18 +0000
  • 6cb2e8ee8b Fixed second test for load() Jörn Zaefferer 2006-10-09 07:24:46 +0000
  • b30a469a5a Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: It does not work the default selections Jörn Zaefferer 2006-10-08 16:19:51 +0000
  • fac6a87dcf Fixed test for load(url) Jörn Zaefferer 2006-10-08 14:34:13 +0000
  • 0121530083 Changed readFile to java-based read function to handle \r\n, fixes docs and test, lite still broken Jörn Zaefferer 2006-10-08 09:57:17 +0000
  • c26ae24a1b * Applied patch for #204 * Removed references to $ within dimensions.js Brandon Aaron 2006-10-07 20:06:52 +0000
  • 7b2c84ddbe Removed (hopefully) all references to $ within the jQuery code itself Jörn Zaefferer 2006-10-06 17:15:33 +0000
  • e218628dda Added experimental fix for bug #214 Jörn Zaefferer 2006-10-06 15:05:58 +0000
  • cc967562ca Typo; Extended description for $("<div>stuff</div") example (ticket #218) Jörn Zaefferer 2006-10-06 14:26:52 +0000
  • 29f3fd50f7 Added test for bug #232 Jörn Zaefferer 2006-10-06 14:14:00 +0000
  • c5943ff9bb Fixed bug #222 (again) Jörn Zaefferer 2006-10-06 14:05:30 +0000
  • 1ffa984e0d Added fix for bug #204, yet untested Jörn Zaefferer 2006-10-06 13:00:38 +0000
  • d9ebe848d0 added Brandon's offset function Paul Bakaus 2006-10-05 07:40:31 +0000
  • 25ee2d8e2e Fixed bug #225 again Jörn Zaefferer 2006-10-03 18:33:02 +0000
  • 004f3dd517 Added * You can have as many $(document).ready events on your page as you like. Jörn Zaefferer 2006-10-03 14:58:57 +0000
  • eee853f120 removed the test for bug #164, the test suite is unable to handle the resulting error in IE correctly. I'll add it back later. Jörn Zaefferer 2006-10-03 10:55:09 +0000
  • 374dbbe80a I had to put the check for 'typeof console != "undefined"' back in, otherwise IE complains about console not being defined. Jörn Zaefferer 2006-10-03 10:54:55 +0000
  • 3527e8f674 css('display') works slightly differently in Safari. Also, the test suite having <input checked/> doesn't work in Safari, at all. Fixed to be standards compliant. John Resig 2006-10-03 09:40:16 +0000
  • 3672372c18 Removed ifelse, scheduled for a later release, if at all Jörn Zaefferer 2006-10-03 09:35:19 +0000
  • 215f785de6 Fixed minor bug with Safari and the test suite. John Resig 2006-10-03 08:45:16 +0000
  • 301e2b6493 Fixed test suite bug with Opera with the .attr('action') test. Opera always returns a fully-qualified URL, not just 'formaction'. Boooo. John Resig 2006-10-03 08:37:58 +0000
  • 9203775234 Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, add, etc.). Fixed bug in Makefile. Fixed bug in expression parsing. Removed need for Q in expression parsing. John Resig 2006-10-03 07:47:45 +0000
  • ad2a6bd916 Reset ajaxTimeout after running timeout tests Jörn Zaefferer 2006-10-02 16:58:33 +0000
  • 785de349f5 Small fixes to tests Jörn Zaefferer 2006-10-02 16:45:35 +0000
  • 7609b59c3f Removed test for bug #206, wontfix Jörn Zaefferer 2006-10-02 16:29:48 +0000
  • feabeb8572 Added ifelse method, fixed bug #160 for IE6 Jörn Zaefferer 2006-10-02 16:15:33 +0000
  • 644256759f Added fix for bug #222 Jörn Zaefferer 2006-10-01 17:40:12 +0000
  • 7654d3b833 Fixed bug #215 Jörn Zaefferer 2006-10-01 15:00:16 +0000
  • 08d865862a Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to $.ajax) Jörn Zaefferer 2006-10-01 14:32:29 +0000
  • e94db76ada Added local timeout option for $.ajax + test Jörn Zaefferer 2006-10-01 14:15:56 +0000
  • 7dd456176d Added tests for global and local ajax handlers, added global option to $.ajax to allow suppressing of global events Jörn Zaefferer 2006-10-01 14:05:10 +0000
  • 47200bc76f Marked load() as private, won't work anyway Jörn Zaefferer 2006-10-01 13:15:11 +0000
  • 308d771dd1 Refactored and fixed test suite to run async tests Jörn Zaefferer 2006-09-30 14:34:49 +0000
  • cc5625067a Removed event test for load; Added fix for bug #225 Jörn Zaefferer 2006-09-30 14:34:01 +0000
  • 10532fb3ae Added tests, fixed getScript and getJSON, fixed comment in $.ajax Jörn Zaefferer 2006-09-30 14:32:49 +0000
  • 401b58c17e Added docs for jQuery.browser, fixed doc for prev, cleaned up tests Jörn Zaefferer 2006-09-30 14:30:31 +0000
  • 4c12d0b70e Don't include any plugins (or other files by accident) as default Jörn Zaefferer 2006-09-23 13:18:13 +0000
  • f71726142b Improved jquery target to allow inclusion of plugins directly (specify via the PLUGINS property), making a merge build easier; min/pack work, lite/docs/test ignores content of plugins files Jörn Zaefferer 2006-09-23 13:11:19 +0000
  • 327bfb88a2 Modified test for bug #164 Jörn Zaefferer 2006-09-23 08:34:50 +0000
  • c79f069138 Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet Jörn Zaefferer 2006-09-23 08:21:17 +0000
  • 065be00c4a Added linebreak for better readability when adding more files Jörn Zaefferer 2006-09-23 08:20:04 +0000