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
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
2 matches
Mail list logo