Hi, I have see a plugin : Fade transition plugin for jQuery
Please see demo:
http://www.robpoyntz.com/blog/?m=200905
I want when i mouse over then Fade transition stop and when i mouse
out then it start.

I create a code:
$(".container").mouseover (function() {
$(this).stop();
});
but it's not work. Please help me.

Reply via email to