Response title
This is preview!
asyncTest("mytest", function() {
setTimeout(function(){
// do some Ajax calls here with $.get
ok(true, "always fine");
start(); // continue with other tests
}, 13); // stop and wait around 13 milliseconds before running the test
});
© 2013 jQuery Foundation
Sponsored by and others.