js代码
<script type="text/javascript" src='src/jquery.thoughtBubble.js'></script> <script type="text/javascript"> $(window).ready( function() { $('#thoughtBubble').thoughtBubble({ text: '懒人源码', font: 'avenir' }); }); </script>