Commit graph

449 commits

Author SHA1 Message Date
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
Jörn Zaefferer e218628dda Added experimental fix for bug #214 2006-10-06 15:05:58 +00:00
Jörn Zaefferer cc967562ca Typo; Extended description for $("<div>stuff</div") example (ticket #218) 2006-10-06 14:26:52 +00:00
Jörn Zaefferer 29f3fd50f7 Added test for bug #232 2006-10-06 14:14:00 +00:00
Jörn Zaefferer c5943ff9bb Fixed bug #222 (again) 2006-10-06 14:05:30 +00:00
Jörn Zaefferer 1ffa984e0d Added fix for bug #204, yet untested 2006-10-06 13:00:38 +00:00
Paul Bakaus d9ebe848d0 added Brandon's offset function 2006-10-05 07:40:31 +00:00
Jörn Zaefferer 25ee2d8e2e Fixed bug #225 again 2006-10-03 18:33:02 +00:00
Jörn Zaefferer 004f3dd517 Added * You can have as many $(document).ready events on your page as you like. 2006-10-03 14:58:57 +00:00
Jörn Zaefferer 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. 2006-10-03 10:55:09 +00:00
Jörn Zaefferer 374dbbe80a I had to put the check for 'typeof console != "undefined"' back in, otherwise IE complains about console not being defined. 2006-10-03 10:54:55 +00:00
John Resig 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. 2006-10-03 09:40:16 +00:00
Jörn Zaefferer 3672372c18 Removed ifelse, scheduled for a later release, if at all 2006-10-03 09:35:19 +00:00
John Resig 215f785de6 Fixed minor bug with Safari and the test suite. 2006-10-03 08:45:16 +00:00
John Resig 301e2b6493 Fixed test suite bug with Opera with the .attr('action') test. Opera always returns a fully-qualified URL, not just 'formaction'. Boooo. 2006-10-03 08:37:58 +00:00
John Resig 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.
2006-10-03 07:47:45 +00:00
Jörn Zaefferer ad2a6bd916 Reset ajaxTimeout after running timeout tests 2006-10-02 16:58:33 +00:00
Jörn Zaefferer 785de349f5 Small fixes to tests 2006-10-02 16:45:35 +00:00
Jörn Zaefferer 7609b59c3f Removed test for bug #206, wontfix 2006-10-02 16:29:48 +00:00
Jörn Zaefferer feabeb8572 Added ifelse method, fixed bug #160 for IE6 2006-10-02 16:15:33 +00:00
Jörn Zaefferer 644256759f Added fix for bug #222 2006-10-01 17:40:12 +00:00
Jörn Zaefferer 7654d3b833 Fixed bug #215 2006-10-01 15:00:16 +00:00
Jörn Zaefferer 08d865862a Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to $.ajax) 2006-10-01 14:32:29 +00:00
Jörn Zaefferer e94db76ada Added local timeout option for $.ajax + test 2006-10-01 14:15:56 +00:00
Jörn Zaefferer 7dd456176d Added tests for global and local ajax handlers, added global option to $.ajax to allow suppressing of global events 2006-10-01 14:05:10 +00:00
Jörn Zaefferer 47200bc76f Marked load() as private, won't work anyway 2006-10-01 13:15:11 +00:00
Jörn Zaefferer 308d771dd1 Refactored and fixed test suite to run async tests 2006-09-30 14:34:49 +00:00
Jörn Zaefferer cc5625067a Removed event test for load; Added fix for bug #225 2006-09-30 14:34:01 +00:00
Jörn Zaefferer 10532fb3ae Added tests, fixed getScript and getJSON, fixed comment in $.ajax 2006-09-30 14:32:49 +00:00
Jörn Zaefferer 401b58c17e Added docs for jQuery.browser, fixed doc for prev, cleaned up tests 2006-09-30 14:30:31 +00:00
Jörn Zaefferer 4c12d0b70e Don't include any plugins (or other files by accident) as default 2006-09-23 13:18:13 +00:00