[jQuery] Re: How to have Autocomplete dropdown act like select box and trigger onchange event for input

2008-01-22 Thread Mark Thompson
I have changed a little of my code and have gotten the onchange code to run, but Internet Explorer does not hide the dropdown list after selecting a value unless selected a second time. What can I do to change this behavior? var idList = %=addIDStringBuffer.toString()%; var idArray =

[jQuery] Re: How to have Autocomplete dropdown act like select box and trigger onchange event for input

2008-01-17 Thread Mark Thompson
Any Ideas? Mark Thompson On Jan 15, 2:38 pm, Mark Thompson [EMAIL PROTECTED] wrote: I am trying to replace a previous bit of html that managed input by both an input and a select box. I now want to work with a single input field using jquery.autocomplete.js, but I have not been able to