/ Published in: Other
Expand |
Embed | Plain Text
$.fn.hoverClass = function(classname) { return this.hover(function() { $(this).addClass(classname); }, function() { $(this).removeClass(classname); }); };
You need to login to post a comment.
