/ Published in: Other
Expand |
Embed | Plain Text
$(".region").click(function () { $(this).find(".rl").stop(true, true).fadeIn(); }).mouseleave(function(){ $(this).find(".rl").stop(true, true).fadeOut(); });
You need to login to post a comment.
