我想用ajax将此代码加载到我的网站?我该怎么办?
<ul class="rounded">
<li><div id="card" class="quickflip-wrapper"><p id="cardText"></p></div>
</li></ul>
<ul class="rounded">
<li><div class="right">Nästa</div>
</li></ul>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="application/javascript" src="http://www.enormous.se/dev/mobile2/main/assets/js/jquery.js"></script>
<script type="application/javascript" src="http://m.drickspel.com/assets/js/olspelet.js"></script>
之前我使用过此代码,但它不起作用。上面的代码在content.php中。当我在浏览器中加载content.php时,它运行良好但不在网站上。
$(document).ready(function() {
$("#content").load("content.php");
})
答案 0 :(得分:1)
我查看了你的页面源代码,一个问题是你没有加载jQuery。您正在加载名为jquery.js的文件,该文件实际上包含一个jQuery插件。