Select from following answers:- queue()
- fadeto()
- delay()

- dequeue()
- All Above
To delay the execution of the subsequent method, delay() method can be used. It accepts number of milliseconds as parameter. In the program “divDelay” element slideDown() effect will start and then it will wait for 500 milliseconds and fadeOut() effect will start.
Show Correct Answer
Asked In: While Learning |
Alert Moderator