Commit graph

379 commits

Author SHA1 Message Date
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
Jörn Zaefferer 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 2006-09-23 13:11:19 +00:00
Jörn Zaefferer 327bfb88a2 Modified test for bug #164 2006-09-23 08:34:50 +00:00
Jörn Zaefferer c79f069138 Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet 2006-09-23 08:21:17 +00:00
Jörn Zaefferer 065be00c4a Added linebreak for better readability when adding more files 2006-09-23 08:20:04 +00:00
Jörn Zaefferer 3b4eeab044 Fixed bug #180 as suggested, changing xxx.constructor == Function to typeof xxx = "function" 2006-09-22 21:43:20 +00:00
Jörn Zaefferer b240975a91 Added some more tests for weird form selection expressions 2006-09-22 21:26:03 +00:00
Jörn Zaefferer 94b0bf5f2b Changed implementation of removeClass: No more regex, tested and working in FF1.5, IE6 and Opera9 (tests added)- see http://jquery.com/discuss/2006-September/012088/ 2006-09-22 21:07:04 +00:00
Jörn Zaefferer ca5b83c5c9 Added tests for children() 2006-09-19 10:51:24 +00:00
Jörn Zaefferer b5a33456e3 Clear timeout (prevents freezing of test suite when async tests fail) when start is called 2006-09-19 10:18:57 +00:00
Jörn Zaefferer b0c3711d3e Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164 2006-09-19 09:49:22 +00:00
Jörn Zaefferer 4dcbfc92c3 Added test for feature #206 2006-09-18 12:58:17 +00:00
Jörn Zaefferer 51a07a6a5f Added some tests for name(), id() and title() 2006-09-17 11:58:44 +00:00
Jörn Zaefferer c12bce2046 Added expressions for feature #69 (form element selectors), needs some documentation in the wiki when the next official release is out 2006-09-17 11:43:16 +00:00
Jörn Zaefferer 826bb93cc3 Refactored test suite once more, as proposed by John 2006-09-17 11:41:44 +00:00
Jörn Zaefferer 76188ae457 Added proposed fix for bug #201 2006-09-17 10:10:25 +00:00
John Resig 2d56dbc13d Added .htaccess file for docs directory. 2006-09-16 23:22:29 +00:00
John Resig 394334671c Weird, I never committed the docs for mouseover. 2006-09-16 22:48:53 +00:00
Jörn Zaefferer 060c55bf04 Added test for bug #190 2006-09-16 17:09:54 +00:00
Jörn Zaefferer fa2aaf27c2 Fixed bug #168 2006-09-16 16:26:30 +00:00
Jörn Zaefferer 87284a8ee7 Fixed typo, thanks Patrick 2006-09-16 16:15:46 +00:00