I am having an issue using html 5 and the canvas tag. It works fine locally on my machine but when I upload it to the website it just gets ignored. or more specifically it doesn't ever get picked up by document.getelementbyID so I can't draw to it. anyone have any answers? or if you need clarification to help me please let me know. thanks in advance.
More information. It isn't even running an alert. I placed the following at the end of my script block: $(document).ready(alert("test this now")); nothing.
I figured out why. It wasn't liking $(document) via jquery. So removed that and it worked. course now I get to figure out why jquery isn't working but maybe i'll just trim that code out.