-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de-DE">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<link rel="stylesheet" href="style.css" type="text/css" media="screen"></link>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
alert("test");
});
</script>
</head>
<body>
</body>
</html>
在IE8jQuery的不工作IE8
任何提示不工作? :(
THANKS
邁克
問題是其他地方.. 。你在本地運行嗎?你是否啓用了JavaScript?它是否在https頁面上,並且阻止了http請求? – Niklas
剛剛在jsfiddle.net上粘貼了一個小提琴並且它可以工作 –
你如何給我們一個提示並準確描述「不工作」是什麼意思? – Pointy