Hi guys,

I've got:

$('#elHombre').focus();

Which sets focus to a legend at the top of a form.

I'd like to do:

$('#elHombre').next-instance-of-tag-of-type==inputORtextareaORselect.focus();

The page is set to scroll to the elHombre anchor. The focus needs to
be set to the first form control that follows the anchor. For example:

<p id="elHombre">
This is the introduction</p>
<form>
    <label>
    Your name:
    <input type="text" /></label>
</form>

The script would set the focus to the text input box.

Thanks all :-)

Best,
Dug

-- 
Dug Falby
+44 75 15 66 16 55
http://www.donkeyontheedge.com/

Reply via email to