我试图在我的页面上的 div 类上加载一个 html 页面,但我的 html 页面只有一个脚本 src ...但没有在 div 类上加载页面...
这是我的代码:
$(document).ready(function() { // this runs as soon as the page is ready (DOM is loaded)
$(".Ads_Banner").load("/home/funny/public_html/template/ads_template.php");
});
这是在我的 html 页面中(我试图加载的内容):
<script type="text/javascript" language="javascript" charset="utf-8" src="http://adspaces.ero-advertising.com/adspace/113423.js"></script>
如果在 html 中我只输入“文本”正在工作,但是当我尝试加载脚本时显示空白......希望有人能告诉我如何制作这个,以便在网站完成加载后加载广告.. .