setup_account ui-mobile-viewport ui-overlay-c
当我创建的页面加载如下:
var location = location.href+"&rndm="+2*Math.random()+" #updatecomment0>*"
$("#updatecomment0").load(location, function(){});
Run Code Online (Sandbox Code Playgroud)
我有多个脚本运行updatecomment0 div:
<div id="updatecomment0">
<div id="javascript1">hi</div>
<div style="float:right;" class="javascript2">delete</div>
</div>
Run Code Online (Sandbox Code Playgroud)
我不知道如何在页面加载后运行其他JavaScripts .
有人可以告诉我如何使用它.
谢谢