When an error occurs in jQuery code, IE9, Firefox and Chrome’s script debugging tools dont see them – is there a way to make them see jQuery errors?
When an error occurs in jQuery code, IE9, Firefox and Chrome’s script debugging tools
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PROBLEM SOLVED
The errors I was referring to were infact not errors at all e.g. a selector for a non-existent element does in fact not fail at all, it simply returns an array with 0 objects in it.