JQuery Help Tooltip v1.0
HTML Code:
$(Element).helptooltip();
Demo: http://www.expbuilder.com/testpages/helptooltip/
Code:
HTML Code:
<span class=”helps”>
Click this help icon to test the help tooltip
</span>
<span><b>What is this ?</b> <br /> this is a test of JQuery Help Tooltip v1.0
<hr /> You can type any thing here !!</span>
</div>
<script type=”text/javascript”>
$(document).ready(function()
{
$(”.helps”).helptooltip();
});
</script>
tested and working with all browsers
Download JQuery Help Tooltip v1.0
1- Download jQuery [...]
