http://www.runoob.com/jquery/misc-parsehtml.html
ajax返回的页面直接插入到某个div前,要先经过这样的解析才可以,否则报错。
$.parseHTML(result, document, true);
http://www.runoob.com/jquery/misc-parsehtml.html
ajax返回的页面直接插入到某个div前,要先经过这样的解析才可以,否则报错。
$.parseHTML(result, document, true);