去除input框的值

Posted 小鬼PSer

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了去除input框的值相关的知识,希望对你有一定的参考价值。

 

onfocus="this.value=‘ ‘;" 

<input type="text" name="buynum" id="buynum"  class="form-control" onkeyup="duihuan()" onfocus="this.value=‘‘;" />

 

by 小鬼PSer 2018-01-16 15:45:10

以上是关于去除input框的值的主要内容,如果未能解决你的问题,请参考以下文章

jQuery如何获取多个input输入框的值,并存放在一个数组中

关于 jquery中的 只读两种属性(readonly,disabled),

jQuery获取各种input输入框的值

html 点击按钮获取input文本框里面的值

文本框的值改变了,js怎么获取

css零散知识点标记