Forum Discussion
_anomDiebolt_
11 years agoQrew Elite
You should just use straightforward debugging techniques. Put an alert("got this far") or console.log("got this far") in the code to insure you code is even running in the first place. Also expose the Console (press F12) to see if there are any JavaScript error messages.