/ Published in: JavaScript
Expand |
Embed | Plain Text
$(document).ready(function() { $('.ticker-prev, .ticker-next').hide(); $('#topbar').hoverIntent(function() { $('.ticker-prev, .ticker-next').fadeIn(500); }, function() { $('.ticker-prev, .ticker-next').fadeOut(500); }); });
You need to login to post a comment.
