Click to clear the content of the text box in the oa process form

<script type="text/javascript">


   $("#field5819").bind("focus",function(){
    
    
       $(this).val(""); 
   });
   $("#field5819").bind("blur",function(){
    
    
     if($(this).val() =="") 
              $(this).val();
              $(this).attr("style","color:#CCCCCC;font-style:italic;");
   });

</script>


Please leave a message in the comment area and discuss together~~~

If necessary, please contact WeChat: hdygzh2019 At the same time, please explain your intention and make progress together! ! !

Guess you like

Origin blog.csdn.net/Y_6155/article/details/109018128