jquery validate验证 ueditor(用的是script容器)内容是否为空
验证ueditor内容是否为空,但一直跳过验证(其他字段验证都是正常的),取ueditor相关代码如下:$.validator.addMethod("verifyReq"...
验证ueditor内容是否为空,但一直跳过验证(其他字段验证都是正常的),取ueditor相关代码如下:
$.validator.addMethod("verifyReq",
function(value, element) {
if(!ue.hasContents())
return false;
},
"<span class='m_error'>请输入文本内容!</span>");
$("#task_form").validate(
rules:{
remark:{
required:true,
verifyReq: true
}}
ueditor的html:
<script id="editor" name="remark" type="text/plain" style="width:1024px;height:300px;">{:htmlspecialchars_decode($Detail[remark])}</script> 展开
$.validator.addMethod("verifyReq",
function(value, element) {
if(!ue.hasContents())
return false;
},
"<span class='m_error'>请输入文本内容!</span>");
$("#task_form").validate(
rules:{
remark:{
required:true,
verifyReq: true
}}
ueditor的html:
<script id="editor" name="remark" type="text/plain" style="width:1024px;height:300px;">{:htmlspecialchars_decode($Detail[remark])}</script> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询