jQuery怎么加载一个html页面到我指定的div里面(连同样式和js)
1 回答
犯罪嫌疑人X
TA贡献2080条经验 获得超4个赞
$('#result').load('ajax/test.html', function() {
alert('Load was performed.');
});添加回答
举报
0/150
提交
取消
