-2
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="deployJava.js"></script>
<script type="text/javascript" src="example.js"></script>
</head>
...
我試圖解決問題$ is not defined
,在example.js行$(document).ready(function() {
。
爲什麼這不起作用?
謝謝。
你可以顯示你的example.js文件嗎? – Muhsin
可以在小提琴上製作它?如果你這樣做,請提供小提琴的鏈接 –
我有這樣的事情: $(document).ready(function(){ 但是在該行之前,$不會給出錯誤。 – PRVS