Browsing Category
Debugging
3 posts
SyntaxError: Unexpected Token – Causes and 20 ways to fix it
SyntaxError: Unexpected Token – Causes and Fixes The SyntaxError: Unexpected token is a common error in JavaScript and…
Object doesn’t support property or method ‘indexOf’ in IE 8 – Fix
This error usually comes, if you tested your code in all modern browsers but missed in earlier version…
JavaScript Error Fix – TypeError: document.getElementById(…).submit is not a function
Sometimes you try to validate HTML <form> using form validation javascript via some third party plugin or even…