问题描述:
用jquery的ajax加载html片段,出现该错误HierarchyRequestError:Node cannot be inserted at the specified point in the hierarchy
解决:
未指定加载数据返回类型,即dataType,注意不是datatype dataType:'html'
ok!