I’m trying to get this script to operate on pageload; I’ve tried .ready and .load and I still can’t seem to get it working. I am using ‘<body onLoad="document.emvForm.EMAIL_FIELD.focus()">‘ in my site as well. But that shouldn’t matter, right?
Update: At this URL I have it still not working on page load, what am I doing wrong?
http://tinyurl.com/79azbav
The element with the id “entertext” probably doesn’t had a native “ready” event.
You’re probably thinking of this:
With $ before (“#entertext”).shake();