码迷,mamicode.com
首页 > Web开发 > 详细

输入框提示文字跨浏览器的placeholder-jQuery版

时间:2016-07-20 10:19:59      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="jquery.enplaceholder.js"></script>

例子展示:

 

 

 http://www.ifrans.cn/demo/enplaceholder.html

jquery.enplaceholder.js 下载

 

 

 

$(‘#form1 input,#form1 textarea‘).placeholder();

在不支持placeholder的浏览器下,通过插入悬浮的span元素方式模拟

文本框内容改变时placeholder消失:

$(‘#username2,#password‘).placeholder({isUseSpan:true});

输入框提示文字跨浏览器的placeholder-jQuery版

标签:

原文地址:http://www.cnblogs.com/yeminglong/p/5687143.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!