paperlined.org
dev > web > formats > js
document updated 13 years ago, on May 13, 2011
Snippets of text I use frequently (some may apply only to my website)

BeautyTips tooltips

<script src="/js/jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="/js/jquery.hoverIntent.minified.js" type="text/javascript" charset="utf-8"></script>
<script src="/js/jquery/jquery.bt.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
     $(document).ready(function() {
        $('*[title]').bt();
     });
</script>