Fixed second test for load()
This commit is contained in:
parent
b30a469a5a
commit
6cb2e8ee8b
|
@ -41,10 +41,10 @@ jQuery.fn.extend({
|
||||||
*
|
*
|
||||||
* @test stop(); // check if load can be called with only url
|
* @test stop(); // check if load can be called with only url
|
||||||
* $('#first').load("data/name.php");
|
* $('#first').load("data/name.php");
|
||||||
* setTimeout(function() {
|
* $.get("data/name.php", function() {
|
||||||
* ok( $('#first').text() == 'ERROR', 'Check if load works without callback');
|
* ok( $('#first').text() == 'ERROR', 'Check if load works without callback');
|
||||||
* start();
|
* start();
|
||||||
* }, 500);
|
* });
|
||||||
*
|
*
|
||||||
* @name load
|
* @name load
|
||||||
* @type jQuery
|
* @type jQuery
|
||||||
|
|
Loading…
Reference in a new issue