views:

212

answers:

1

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

+1  A: 

You could attach another method to the plugin that does a clearInterval() on the setInterval() that is used to toggle the visibility CSS property.

alex
Wow, this was accepted almost a year after I posted it! :P
alex