2013-05-29 89 views

回答

0

您可以使用jQuery tool tip

這是非常簡單的。你可以像使用

<script> 

$(function() { 
    $(document).tooltip(); 
    }); 
    </script> 
+0

其中的文件是什麼? –

+0

@MarkFenech thans.I更新了代碼 – PSR

0

設置標題屬性:

<input type="text" title="this is a tooltip"></input>