我正在尝试更改 html 中 div 的内容。所以我有这个带有 id 的 div,contentindex
我想从offline/indexoffline.html
那里加载 htmlsnippet。
我试图这样做$load
:
$("#contentindex").load("offline/indexoffline.html", function() {
});
这会正确加载内容,但不会在 jQuery css 中显示内容。所以我在索引的头部有 jQuery Mobile css 和 js,并且在索引上它正确加载,但是一旦我使用$load
它,它就会死掉..
我希望有人可以提供帮助,我真的很痛苦。:(
谢谢!