0,1应用

实现即要输入内容时弹出df状态

<input class="in"  type="text" onclick="abc(this);">

function abc(object){

       if($(".in").val()==0){

            alert("df");

      }

}

原文地址:https://www.cnblogs.com/yongwang/p/6595823.html