一款基于jquery.thoughtBubble.js插件实现的鼠标经过动画出现冒泡对话框特效。
js代码
<script type=\"text/javascript\" src=\'src/jquery.thoughtBubble.js\'></script> <script type=\"text/javascript\"> $(window).ready( function() { $(\'#thoughtBubble\').thoughtBubble({ text: \'懒人之家\', font: \'avenir\' }); }); </script>
暂无评论内容