Can I do this to increase the time:
delay(10000*10)
| show 3 more comments |
|
why not just try it :) |
|||
|
|
|
Sure, assuming you are using some type of function that handles the delay I use something similar to the following (to set a Refresh Rate, which is stored in the Session):
so for your usage:
Delay function:
Edit: Totally neglected the jQuery delay() function, which should be working as you have written. If not, it may not like the calculation inside the argument and you could try:
|
||||
|
|
.delay()is a jQuery function. :) – Richard Neil Ilagan Mar 29 '11 at 13:28