Sat*_*000 4 javascript ajax jquery
我有这个JQuery函数:
function addSomeHTML()
{
$("#mysection").html("<div id='myid'>some content here</div>");
}
Run Code Online (Sandbox Code Playgroud)
我基本上需要这个部分:<div id='myid'>some content here</div>从外部文件中读取.
有人可以帮忙吗?
谢谢