Limits on the number of words in the opinion column of the OA process form

<script type="text/javascript">
   checkCustomize  = function() {
    
    
   var remarkHtml = CkeditorExt.getHtml("remark");//html
   var a= CkeditorExt.getText("remark");
   var c=a.length;
   if(c<5){
    
    
    alert("不能少于‘5个字");
		return false;
   }else{
    
    
		return true;
   }
}
</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/109018223