css文件夹中提供了多种提示框样式,想用别的可修改调用jquery.powertip.css文件
引入
<script src="http://www.jq22.com/jquery/jquery-1.10.2.js"></script> <script type="text/javascript" src="jquery.powertip.js"></script> <link rel="stylesheet" type="text/css" href="css/jquery.powertip.css" />
html
<input type="button" class="north" value="North" title="North placement" />
js
$('.north').powerTip({ placement: 'n' }); //方向