Hi,
I am using this jQuery plugin for text blink http://plugins.jquery.com/project/blink
But I don't know how to modify it to do a .stopblink()
Can someone help?
Tanks
Hi,
I am using this jQuery plugin for text blink http://plugins.jquery.com/project/blink
But I don't know how to modify it to do a .stopblink()
Can someone help?
Tanks
You could attach another method to the plugin that does a clearInterval()
on the setInterval()
that is used to toggle the visibility
CSS property.