Commit graph

379 commits

Author SHA1 Message Date
John Resig 4e3da33c59 Updated the version to 1.0.3. 2006-10-28 03:02:47 +00:00
Jörn Zaefferer fc351ba279 Fixed previous() in docs 2006-10-27 15:15:44 +00:00
Jörn Zaefferer 4b3b2c1f42 Refactored with_plugins target to reuse jquery target, avoiding duplication 2006-10-27 12:32:14 +00:00
Jörn Zaefferer 83b0e17f3f Fix preventDefault for all browsers 2006-10-27 10:49:18 +00:00
Klaus Hartl c6860d55d4 make task pack_tabs independent of jquery by creating dist directory itself 2006-10-27 09:25:46 +00:00
Jörn Zaefferer 8b875055ec Fix to prevent potential memory leak, dunno if that actually helps 2006-10-27 08:23:25 +00:00
Jörn Zaefferer 4e5b46f7f6 Modified onexxx handlers to unbind themselve when executed; Reintroduced event fixes (and added some more comments) 2006-10-27 08:10:00 +00:00
Yehuda Katz 440d512edd Updates to the parsing engine 2006-10-27 01:19:27 +00:00
Yehuda Katz 3980dc9295 Added comments to various plugins and added make and ant options to make docs with plugins 2006-10-26 23:11:34 +00:00
John Resig fce3c7f74b Moved dimensions to the plugins area. 2006-10-26 19:21:54 +00:00
John Resig 476cbd2f1a Rolled back Joern's changes. They've been moved to another branch, and will be merged for 1.1. 2006-10-26 16:09:55 +00:00
John Resig 44e4b36c08 Moved jquery and plugins to a single trunk. 2006-10-26 15:53:47 +00:00
Jörn Zaefferer 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 ) 2006-10-26 12:41:25 +00:00
Jörn Zaefferer 5131224427 Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image... 2006-10-26 10:58:23 +00:00
Brandon Aaron f1f3d6f300 Fix for jQuery.clean that caused Safari to crash with newline characters 2006-10-25 14:05:25 +00:00
Klaus Hartl 215aab2793 Added task to build packed tabs plugin 2006-10-20 15:07:40 +00:00
Brandon Aaron 4bcb578c79 More clean up on jQuery.clean 2006-10-19 21:47:05 +00:00
Brandon Aaron 24142f6031 readonly: "readOnly" added to 'fix' in jQuery.attr plus tests
Cleaned up jQuery.clean method (Thanks Dave Methvin)
2006-10-19 18:31:09 +00:00
John Resig ca91d78963 Added fix for radio inputs becoming unchecked during an animation. 2006-10-18 04:32:31 +00:00
Brandon Aaron 14b09024cb Fix and tests for appending HTML options to select elements.
Fixed previous tests for 193 and 170.
2006-10-17 19:12:22 +00:00
Brandon Aaron 6f7cd66959 Added tests for 193 and 170.
Removed unused line of code from fx.
2006-10-17 15:34:19 +00:00
Brandon Aaron 688c724b1f Fix for #193 again 2006-10-15 22:47:58 +00:00
John Resig 2e23d0168e Guess that was important, after all. Helps IE to map the object correctly. 2006-10-15 17:03:08 +00:00
John Resig c9511ef948 Added fix for jQuery.extend( Object, null || undefined ) lapsing back to just jQuery.extend( Object ). 2006-10-15 03:11:02 +00:00
John Resig af961d58c2 Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config. 2006-10-15 02:57:55 +00:00
Jörn Zaefferer e7669f64d8 Added test for #174; Modified failing (IE) tests for find 2006-10-13 14:56:14 +00:00
Jörn Zaefferer bfa8306633 Fix for #265: Initialize defaults for global and timeout properly when $.ajax is called internally (argument list instead of hash) 2006-10-13 14:02:29 +00:00
Jörn Zaefferer 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 2006-10-13 13:57:55 +00:00
Jörn Zaefferer ba7dc19416 Fix for #270 2006-10-13 12:36:21 +00:00
John Resig edb54ef733 Added code to short-circuit a .each() loop. 2006-10-12 16:37:01 +00:00
John Resig 96d429b940 Fixed some issues with IE and XML structures. 2006-10-12 16:30:54 +00:00
Jörn Zaefferer 2e544e9eb8 Added 2 of 3 fixes of #164 2006-10-11 13:35:05 +00:00
Gilles van den Hoven 6de5a6b96a 2006-10-11 12:51:26 +00:00
Brandon Aaron dde208fc4b Fix for 193 2006-10-11 04:23:04 +00:00
Brandon Aaron 8365b37c48 Fix for #170 2006-10-11 04:09:08 +00:00
Brandon Aaron 05164f34be Added test for #237 2006-10-10 21:28:00 +00:00
Brandon Aaron 692d676e99 Fix for #237 2006-10-10 17:48:43 +00:00
Brandon Aaron cafd40805a Fix for #227 2006-10-10 15:00:54 +00:00
Brandon Aaron c901863b31 Revert fx.show to always take opacity from 0 to current opacity value. 2006-10-10 14:14:55 +00:00
Brandon Aaron 8526de137a Fix for #263. 2006-10-10 13:58:06 +00:00
Brandon Aaron 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.
2006-10-10 02:41:44 +00:00
John Resig dbee06de85 Fixed a bunch of endline issues. 2006-10-10 01:59:20 +00:00
John Resig 967eec1831 The jQuery version is now reported in the docs. 2006-10-10 01:17:47 +00:00
John Resig 766c3765bd Now have accurate version information built into jquery.js - will build it into the docs and test suite next. 2006-10-10 00:23:18 +00:00
Jörn Zaefferer 6cb2e8ee8b Fixed second test for load() 2006-10-09 07:24:46 +00:00
Jörn Zaefferer b30a469a5a Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: It does not work the default selections 2006-10-08 16:19:51 +00:00
Jörn Zaefferer fac6a87dcf Fixed test for load(url) 2006-10-08 14:34:13 +00:00
Jörn Zaefferer 0121530083 Changed readFile to java-based read function to handle \r\n, fixes docs and test, lite still broken 2006-10-08 09:57:17 +00:00
Brandon Aaron c26ae24a1b * Applied patch for #204
* Removed references to $ within dimensions.js
2006-10-07 20:06:52 +00:00
Jörn Zaefferer 7b2c84ddbe Removed (hopefully) all references to $ within the jQuery code itself 2006-10-06 17:15:33 +00:00