029-81773686

宏 · 新闻

当前位置: 首页 > 宏 · 新闻行业视野  

西安做网站 kindeditor编辑器不能获取textarea值的解决方法(HOOBOO)

2018.09.04

提交表单发现无法获取kindeditro的内容,正常运行的网站突然发现无法录入资料了,检查一番发现是程序无法获取kindeditro编辑器的内容,速速网络一番进行补救,以下为亲测OK的,请放心使用。


afterCreate : function() {
 var self = this;
 K.ctrl(document, 13, function() {
  self.sync();
  K('form[name=example]')[0].submit();
 });
 K.ctrl(self.edit.doc, 13, function() {
  self.sync();
  K('form[name=example]')[0].submit();
 });
}
换成:
 


afterBlur : function() {
 this.sync();
 K.ctrl(document, 13, function() {
  K('form[name=example]')[0].submit();
 });
 K.ctrl(this.edit.doc, 13, function() {
  K('form[name=example]')[0].submit();
 });
}


让价值共享 记录企业发展脚步 感恩相伴


温馨提醒:找西安做网站的公司,请选择手续齐全、业务精、服务好的正规公司


精彩案例