在下面的代碼jQuery的負載不工作。我在這裏錯過了什麼?jQuery的負載不工作
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"> </script>
</head>
<body style="font-size:62.5%;">
<div id="dialog" title="Dialog Title">I'm in a dialog</div>
<script>
$(document).ready(function() {
$("#dialog").load('http://www.google.com/intl/en/about/index.html #maia-main');
});
</script>
</body>
</html>
無法執行出於安全原因,跨站點AJAX請求。你必須爲此使用iframe。 – 2012-02-10 22:56:29