Javascript not working

Open your page in a browser, then open the developer tools. In Chrome on Windows, it's ctrl+shift+i . If you are including an external JavaScript file, check for 404 errors in case the path to your file is incorrect. Check for any JavaScript errors that appear in the console.
 
Yes, inspect the source or element. Your answer will lay there. It's normally something tiny, so look closely.
 
Back
Top