2011-12-22 10 views
-1

スクリプトエラーが発生しましたオブジェクト予定行:400 char:1。エラーはスクリプトの1行目にあります。このエラーを修正する方法を提案してください。jQueryのスクリプトエラーオブジェクトが表示されます。

<% taglib prefix="page" uri="http://www.opensymphony.com/sitemesh/page"%> 
<% taglib prefix="c" uri="http://java.sun.com/jso/jstl/core"%> 

<script type="text/javascript"> 
    $(document).ready(function(){ // error pointing at this line 

    });  
</script> 
+6

を含めるのを忘れて推測し、コードの下に試すことができますか? –

+0

あなたが試したことを教えてください。 –

+0

@ a'r:jq-min.jsを追加しました – Raj

答えて

0

あなたは私はあなたがjQueryライブラリをロードしたjQueryのライブラリ

<script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>    
<script type="text/javascript"> 
    $(document).ready(function(){ // error pointing at this line 

    });  
</script> 
関連する問題