As I mentioned in my earlier post I have the same problem with
autocomplete.
The fix/workaround that I added to my page was to add a validation
that is executed just prior to the page submit.
The validation takes the typed in value and queries my data source to
verify the typed in value exists.
I'm having the same problem today. Looks like another person did to
and thier fix was to put a hack into the autocomplete plugin code.
here is a link...
http://groups.google.com/group/jquery-en/browse_thread/thread/9011e7faa57dca06
On Jun 22, 3:18 pm, tarave wrote:
> I'm having the same problem today. Looks like another person did too
> and thier fix was to put a hack into the autocomplete plugin code.
Sancho, Thanks for the speedy reply.
My fix was similar I made the following code the last thing I do in my
script.
$("#MY_ELEMENT").focus();
A related thread to this issue.
http://groups.google.com/group/jquery-en/browse_thread/thread/21f1d5714c990cf7/
Thanks,
Todd
Sancho,
I also have this same issue. Did you discover a fix?
Regards,
Todd
5 matches
Mail list logo