setInterval(function(){ $('#sliderotate').click(); }, 5000);
Worked great , just what I needed. Thanks..
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
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
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
4 matches
Mail list logo