标签:color round fun span func class 增加 script ddc
鼠标移上去给div增加一个class名:
<script type="text/javascript"> $(‘.elm‘).hover( function() { $(this).addClass(‘hover‘) }, function() { $(this).removeClass(‘hover‘) } ) </script>
标签:color round fun span func class 增加 script ddc
原文地址:https://www.cnblogs.com/shandayuan/p/9435685.html