Im not sure if there is some function for this, but i guess you could
use something like this:

var a = 1;
while(a == 1){
$("a.tm_link").fadeOut("slow").fadeIn("slow");
};

and then on click you just put smtn like this:

a = 2;

:) maybe some tweeks but i guess it should work...

On Jun 5, 6:59 pm, Davis <ywk...@gmail.com> wrote:
> after page load, i want make this effect ( fadein/out ) on a text
> until user click on it and stop this effect.
>
> thanks for any advise how to implement it.
>
> many thanks/Davis.

Reply via email to