EDIT:
To use .delay()
, you would need to add the delayed code to an animation queue.
$("#main_content")
.delay(3000)
.queue(function( n ) {
$(this).load("/pre_config/function.php?type="+type+"piz&count=1", successCallback )
.dequeue();
});
Комментариев нет:
Отправить комментарий