检查员不断告诉我某处不匹配,有人知道我缺少了什么吗?谢谢。
e("textarea.editor").each(function()
{
var l=e(this),k=l.hasClass("full");
l.cleditor(
{
width:k?"auto":"100%",height:"250px",bodyStyle:"margin: 10px;
font: 12px Arial,Verdana;
cursor:text",useCSS:true
}
);
k&&l.parents(".cleditorMain").addClass("full")
}
);