今天在使用artDialog的时候报错了提示artDialog Error: document.compatMode === "BackCompat

查了网上说 可以设置<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
或者把XHTML4.0换成1.0

但是错误还是存在

后来我引用了jquery-1.10.2.min.js之后错误消失

PS:我是从.NET后台往前天打错误提示的

                    Response.Write("<script>alert('开始时间不能大于结束时间');window.close();</script>");

相关文章:

  • 2021-12-08
  • 2019-03-13
  • 2021-06-13
  • 2021-10-07
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-11-10
  • 2022-12-23
  • 2021-10-24
  • 2021-06-10
相关资源
相似解决方案