Search found 1 match

by phaseIV
October 10th, 2008, 6:11 am
Forum: Scripts Discussion
Topic: delayed / timed / threaded script ?
Replies: 2
Views: 8915

Re: delayed / timed / threaded script ?

You could use the sleep() function which is part of the Dollar ($) Object debugging facility.
See the Javascript Tools Guide for details.

Works for me when used as

Code: Select all

$.sleep(5000); // wait 5 seconds