我想添加一個javascript google廣告,但是我無法將javascript插入到使用jquery的div中。我嘗試用這個測試來模擬我的問題,它使用了我在stackoverflow上發現的一些建議,但它不起作用。用jquery將html添加到html頁面
我想<script type='text/javascript'>document.write('hello world');</script>
被插入到div中,並且在標籤_1和標籤__2之間顯示「hello world」。
下面是代碼:
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var str="<script type='text/javascript'>document.write('hello world');";
str+="<";
str+="/script>";
$('#insert_here').append(str);
});
</script>
</head>
<body>
tag_1<br/>
<div id="insert_here">
</div>
tag_2<br/>
</body>
</html>
坦克爲您解答,
盧卡斯
Adsense是非常嚴格的,顯示:沒有可能得到即使這是無害的,你也禁止了。我不會嘗試Adsense廣告的任何聰明之處。 – 2013-10-13 07:21:30
好點 - 不會破壞解決方案 - 只是刪除顯示:無 - 您仍然可以使用此解決方案加載廣告並將它們移動到所需的位置。 – 2013-10-15 08:25:38