摘要:
两种方法,一为input动作,一为JQ控制。第一种,最简单的办法就是直接在input表单里加上 onfocus="this.value=''" onblur="this.value=''"即<input type="text" value="1111" onfocus="this.value=''" onblur="this.value='1111'"/>第二种,用jquery实现:(网上找的例子)$ 阅读全文
posted @ 2012-08-10 08:52
lonelystarxing
阅读(905)
评论(0)
推荐(0)