天天看點

Uncaught TypeError: object is not a function

Created by Jerry Wang, last modified on Aug 24, 2014

在Chrome裡使用BSP page遇到如下error:

Uncaught TypeError: object is not a function

錯誤指向onclick property:

Uncaught TypeError: object is not a function

然而其指向的my_upload function在script file裡已經正确地被實作:

Uncaught TypeError: object is not a function

根據link

http://blog.sina.com.cn/s/blog_70c2f37801011x3j.html

,該問題是由于html page裡有和my_upload同名的控件出現:

将名字更改後錯誤即消失。

Uncaught TypeError: object is not a function

繼續閱讀