I have several input fields that are enhanced with jQuery auto-complete functionality. How to get the corresponding input field when a select event is triggered?
<
As far as I can tell for this example, you wouldn't need the $(). this would work just fine since name is a defined attribute.
$()
this
this.name