SyntaxError: missing ] after element list [object Object]

前端 未结 3 564
自闭症患者
自闭症患者 2021-01-22 14:42

I got this error in firebug :

     SyntaxError: missing ] after element list

    [object Object]

for the following javascript piece of code :

3条回答
  •  醉酒成梦
    2021-01-22 15:04

    You can also try this , this also works

    setTimeout(" $('#uploaded-holder').hide() ", i * 300 );

    Add the first parameter within double quotes.

提交回复
热议问题