html
<h3 id="top">页面上方</h3> <h3 id="center">页面中间</h3> <h3 id="bottom">页面下方</h3>
js
<script> $("#top").click(function() { showMsg('我是上面', 'top'); }); $("#center").click(function() { showMsg('我是中间', 'center'); }); $("#bottom").click(function() { showMsg('我是下面', 'bottom'); }); </script>
在需要的地方调用,设置参数就OK了
1 | showMsg(text,position); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com