How to focus cursor in widget form field ‘Name’?
-
Dears,
I can focus the cursor in the widget form field ‘Email’ with the following:
jQuery(document).ready(function($) { jQuery(‘.es_required_field:first’).focus(); });
The basic information is found using Firefox’s element inspector. But, I can’t seem to find how to focus the cursor in the ‘Name’ field, which is what I want to accomplish. The same element inspector returns a blank…
Any hints are very much appreciated!
Kiko
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to focus cursor in widget form field ‘Name’?’ is closed to new replies.