/ Published in: jQuery
Expand |
Embed | Plain Text
$("div").hover(function(){ $(this).filter(':not(:animated)').animate({ width: "200px" }); }, function() { $(this).animate({ width: "100px" }); });
You need to login to post a comment.
