HTML Code:
$(Element).helptooltip();
لمشاهدة مثال عن الإسكربت: http://www.expbuilder.com/testpages/helptooltip/
طريقة الإستخدام
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>
يعمل مع جميع المتصفحات
للتحميل:
1- تحميل مكتبة الجى كويرى أولاً jquery-1.3.2.min.js
2-تحميل الإسكربت [...]
