I'm trying to focus (make caret go to, as if it was clicked) a textarea and/or textfield, according to this: How to focus on a form input text field on page load using jQuery?
I really dont get why its not working. On this page: http://gojobr.com.au/blog/working-as-a-teacher/ This, does NOT work (it doesn't do anything):
$("#author").focus()
Same with this page: http://twoggle.com
$("#BlogRequestForm_name").focus()
I can hide and show elements using this selector, but .focus() does nothing. Zero. Zilch.
Any help would be much appreciated.
Using firefox (but it doesn't work in Chrome either).
Does it work for anyone else (using Firebug's console) ?
thanks gvanto