Unable to get my javascript to work on my website – what am I doing wrong?
Firstly, the JS is wrong: In the browser Developer/Web Inspector > Console on your site, I typed $() and got “undefined”. I then did jQuery(), and it shows a value, so it is defined. So you should be using jQuery(, not $( throughout. Sidenote: I see the continue button is simply a <button> element, not … Read more