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

2009-03-06 Thread Timz66
setInterval(function(){ $('#sliderotate').click(); }, 5000); Worked great , just what I needed. Thanks..

[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] Re: jQuery Help Please

2009-03-06 Thread Timz66
Tfat, I am new too, The best tutorial I found to get started was http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-video-series/ Tim66 On Mar 6, 8:57 am, tfat wrote: > Hi, > > Just wondering if the following is possible using jQuery – if so, > would really appreciate your hel

[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