[jQuery] New JQuery User, How do I call this function with timed Interval

2009-03-06 Thread Timz66
I am trying modify Photo gallery and I want it to rotate through the images, I currently use setInterval("document.getElementById('sliderotate').click()", 5000); but of course this does not work in FireFox. As much as I an tell the click is bind in a js file here: init: function(opt) { opt

[jQuery] New JQuery User, How do I call this function with timed Interval

2009-03-06 Thread Timz66
I am trying modify Photo gallery and I want it to rotate through the images, I currently use setInterval("document.getElementById('sliderotate').click()", 5000); but of course this does not work in FireFox. As much as I an tell the click is bind in a js file here: init: function(opt) { opt