15种表单占位符placeholder动画jquery插件
源码介绍
foxholder.js是一款表单占位符placeholder动画jquery插件。该placeholder动画共有15种动画效果,它使用简单,兼容性好,值得推荐。foxholder.js插件的特点还有: 在页面中引入foxholder-styles.css,jquery和foxholder.js文件。 使用foxholder.js插件的placeholder占位符动画的基本HTML结构如下: 需要注意的是,提交按钮只能使用 在页面DOM元素加载完毕之后,可以通过下面的方法来初始化该placeholder占位符动画插件。 foxholder.js placeholder占位符动画插件的github地址为:https://github.com/eisenfox/foxholder简要教程
使用方法
<link href="path/to/css/foxholder-styles.css" rel="stylesheet">
<script src='path/to/js/jquery.min.js'></script>
<script src='path/to/js/foxholder.js'></script>
HTML结构
<div class="your-class">
<form>
<input id="your-id-1" type="text" placeholder="My Input" />
<textarea id="your-id-2" placeholder="My Textarea"></textarea>
<button type="submit">提交</button>
</form>
</div>
<button>
按钮。 初始化插件
jQuery('.your-class').foxholder({
demo: 1 //or other number of demo (1-15) you want to use
});
本站资源均来自互联网,仅供研究学习,禁止违法使用和商用,产生法律纠纷本站概不负责!如果侵犯了您的权益请与我们联系!
转载请注明出处: 免费源码网-免费的源码资源网站 » 15种表单占位符placeholder动画jquery插件
发表评论 取消回复