Jörn Zaefferer
|
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...
|
2006-12-05 22:58:27 +00:00 |
|
Jörn Zaefferer
|
47a6a32b27
|
Introduced before callback (#384) (updated test data)
|
2006-12-04 20:42:38 +00:00 |
|
Jörn Zaefferer
|
ae58d24fd5
|
Another attempt to fix the getScript problem
|
2006-11-21 09:55:34 +00:00 |
|
Jörn Zaefferer
|
a87fa0188b
|
Improved testsuite (pass/fail indicator already exists in markup)
|
2006-11-20 20:54:42 +00:00 |
|
Jörn Zaefferer
|
7cc550727c
|
Testsuite 2.0
|
2006-11-18 13:37:01 +00:00 |
|
Jörn Zaefferer
|
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)
|
2006-11-17 09:56:30 +00:00 |
|
Jörn Zaefferer
|
db621dd8dd
|
Added visual pass/fail indicator (JUnit/Eclipse style)
|
2006-11-15 10:08:08 +00:00 |
|
Jörn Zaefferer
|
03b0a9c654
|
Modified test for load(); added fix for trigger, where it modifies data passed to it, which causes ugly side-effects
|
2006-11-09 21:16:03 +00:00 |
|
Jörn Zaefferer
|
7b780def0d
|
Refactored ajax module: Dropped internal arguments from ajax(); Modified testsuite to improve display
|
2006-11-03 11:30:57 +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 |
|
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
|
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
|
2e544e9eb8
|
Added 2 of 3 fixes of #164
|
2006-10-11 13:35:05 +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
|
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
|
215f785de6
|
Fixed minor bug with Safari and the test suite.
|
2006-10-03 08:45:16 +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
|
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 |
|