Ajax3.14
Ajax3.14

Reputation: 1695

Script error: Object doesn't support property or method

I working on a Bug for more than 2 hours and it is driving me nuts. I am getting script error

Microsoft JScript runtime error: Object doesn't support property or method 'corner'

when I try to navigate to a page. I tried checking the jquery version and stuff but cannot get over the error. any ideas on what I am missing?

thanks

Upvotes: 0

Views: 2014

Answers (1)

inspiringmyself
inspiringmyself

Reputation: 590

I guess the object is null. It might be that the value is either missing.look at your method signature and also the imports

Upvotes: 1

Related Questions