/ Published in: jQuery
Expand |
Embed | Plain Text
$('.showStatus').hover( function(){ if($(this).siblings(".help-tip").css("display") == "none"){ $(this).siblings(".help-tip").fadeIn(500); }}, function(){ $(this).siblings(".help-tip").fadeOut();}); });
You need to login to post a comment.
