HierarchyRequestError:Node cannot be inserted at the specified point in the hierarchy

问题描述:

用jquery的ajax加载html片段,出现该错误

HierarchyRequestError:Node cannot be inserted at the specified point in the hierarchy

解决:

未指定加载数据返回类型,即dataType,注意不是datatype

dataType:'html'

ok!

上一篇:小Y的棋盘问题 题解


下一篇:js实现放大镜效果