[jQuery] $(el).focus(); (formerly Fire Event)

[jQuery] $(el).focus(); (formerly Fire Event)

Or use the get(0) method to return the object, then chain the .focus() method.
$(el).get(0).focus()
Shawn Tumey
Cofounder
MT Web Productions LLC
----