how can i trigger click function as auto (every 15 second)

For example if i have a random div..

$  ("#random").click(function{
 $  ("#random").toggle("slow");
});

How can i trigger to click function as auto(every 15 seconds).

Thanks for helps..

newest questions tagged jquery – Stack Overflow

About Admin