My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

another jquery hint plugin

easy to use myhint:

<script src="jquery.myhint.min.js" type="text/javascript"></script>
<link href="jquery.myhint.css" type="text/css" rel="Stylesheet" />
...
<tag class="_hint" hint="text">...</tag>
<tag class="_hint" hint="(left,top)text">...</tag>
<tag class="_hint" hint="#tipid">...</tag><div id="tipid">text</div>
<tag class="_hint" hint="(left,top)#tipid">...</tag><div id="tipid">text</div>

where (left,top) is relative to original position.

source: http://code.google.com/p/jquery-myhint-plugin/source/browse/trunk/

blog: http://bianbian.org

Powered by Google Project Hosting