jQuery页面文字提示插件Gips
jQuery页面文字提示插件Gips是一款干净简洁的jQuery网页提示插件,支持不同的CSS的主题风格。jquery文字提示文字提示
jquery插件
<script type="text/javascript">
$(document).ready(function () {
$('input#purple').gips({'theme': 'purple', autoHide:true, text:'
源码搜藏 - www.codesocang.com 免费素材下载网!' });
$('input#green').gips({'theme': 'green', placement: 'left'});
$('input#yellow').gips({'theme': 'yellow',autoHide: true,placement:'right'});
$('input#red').gips({'theme': 'red', placement: 'bottom' });
});
</script>
本站资源仅限于学习研究,严禁从事商业或者非法活动!
源码搜藏网所有源码来自互联网转载与用户上传分享,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!