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!

posted @ 2014-09-24 22:15  love/coder  阅读(5505)  评论(0编辑  收藏  举报