wbj16116的博客 // select all valid inputs inside the form (no submit or reset buttons) return $( this .currentForm) .find( "input, select, textarea" ) .not( ":submit, :reset, :image, [disabled]" ) .not( this ....
时代行者EraWalker的博客修改jquery.easyui的英文校验this field is required为中文提示,输入框校验 今天在easyui的表单中,用到了required,但是如果为空,提示是 this field is required. 如下图: 作为一名血汉子(开个小玩笑),肯定...