可能重复:
jQuery .load() call doesn't execute javascript in loaded html file
在页面上加载.load(),是不是可以使用jQuery? 你会用.load()重新加载文件js到页面加载吗? 如何在页眉中加载一次js文件? 这是使用.load()
加载的内容页面<script type="text/javascript" src="files/js/jquery-1.6.min.js"></script>
<script type="text/javascript" src="files/js/ok.js"></script>
// not want this js files (jquery-1.6.min.js - ok.js) load here
//i once they to page original load, with this load is twice load
<div class="insert">
<form action="" method="post">
<table class="servicesT" cellspacing="1">
<tr>
<td colspan="2" class="servHd">
hello
</td>
</tr>
<tr>
<td>
<input type="text" name="name" placeholder="name" title="name">
</td>
<td class="servBodL">
</td>
<td class="servBodL">
</td>
</tr>
</table>
</form>
</div>
答案 0 :(得分:0)
也许你的意思是:
$(“#someDiv”)。load(“sompage.html .insert”)
应该使用class insert的div内容加载someDiv。 一个ID可能会更好,我不知道脚本是否已加载,firebug会看到它们是否