View Single Post
Old 11-16-2012, 03:36 PM   PM User | #2
niralsoni
Regular Coder

 
Join Date: Mar 2008
Location: London
Posts: 129
Thanks: 1
Thanked 31 Times in 31 Posts
niralsoni is an unknown quantity at this point
try this -

Code:
// delay in milli seconds
window.setTimeout('$("#basic-modal .basic").onclick()',20000);
niralsoni is offline   Reply With Quote