How can I check which functions of JavaScript the browser support which I am using? It can be any browser.
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.
You don’t 🙂
The whole point of using a Javascript library like jQquery is to avoid the necessity for doing this. They provide an abstraction layer that hides the specific implementation of Javascript across browsers, as well as providing many methods allowing you to use much less code than you would to do the same thing in standard Javascript.