Uncaught SyntaxError:我的js文件中的意外字符串

时间:2015-12-30 08:54:05

标签: javascript

3
6 // factorial of 3
2
2 // factorial of 2
1
1 // factorial of 1

我在第$(document).ready(fuction( { $('.nav').click(function( { $('.div3').animate({height:'100px'}, 500); }); $('.abcd1').mousedown(function() { var a1m = document.getElementById('abcd_1'); a1m.currentTime = 0; a1m.play(); }); }); 行收到此错误,我无法弄清楚我哪里出错了。

1 个答案:

答案 0 :(得分:0)

正确的语法是function()所以更改:

$(document).ready(fuction( {$(document).ready(function() {(你也忘记了N的功能)

$('.nav').click(function( {$('.nav').click(function() {