0

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

5
  • 1
    corner? I think you really ought to post some code to get help. Commented Dec 14, 2011 at 19:14
  • that's the kind of error you get when something is undefined. Commented Dec 14, 2011 at 19:16
  • You are missing showing us some code to help you with :) Commented Dec 14, 2011 at 21:36
  • @Mark I am sorry.. actually I fixed the bug. It was with the conflict in imports. I wanted to put it as a answer as a future reference for a novice like me but since my score is less than 100 SOF is not allowing me to answer my own question for 100 hours.. thanks Commented Dec 15, 2011 at 13:54
  • HINT: a more complete personal profile would do you well in assisting you with that ;) Commented Dec 15, 2011 at 14:14

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.