[jQuery] [autocomplete] Enhancements made

[jQuery] [autocomplete] Enhancements made

Jörn Zaefferer
I have made some enhancements to your autocomplete plug in.  The enhancements include three new options.
<ul><li>focusFieldAfterSelect : gives focus to the input field after selecting on true, does no give focus on false</li>
<li>focusFieldAfterCancel : gives focus to the input field after clicking outside of it on true, does not give focus on false</li><li>onSetValue : a call back function that is called after the input field is updated via autocomplete</li>
</ul>
The first two options were labelled as "TODO" in your code.  I needed the third option, so I added it.
You will find the updated plug in attached to this message.
Cheers
Max Franz