Hi,
I have a for sale items panel on my site and make it subtely blink using the following:
That all works fine, but happens whenever the page loads or a form is submitted, as its in the doc.ready listener and gets a bit annoying after a while
Is there any way to have this effect happen at set intervals of time, such as every x number of seconds?
Ta
I have a for sale items panel on my site and make it subtely blink using the following:
Code:
$(".RedBox").fadeOut(2000).fadeIn(2000);
That all works fine, but happens whenever the page loads or a form is submitted, as its in the doc.ready listener and gets a bit annoying after a while

Is there any way to have this effect happen at set intervals of time, such as every x number of seconds?
Ta