[jQuery] [autocomplete] matchcontains: true causes input field to be cleared on onchange

2008-05-13 Thread ssmusoke
Hello, In my autocomplete page, with mustMatch: true, the input field is cleared on change when the user tabs out of the field after selecting a value from the list. I am using the latest release from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Is this common? Thanks

[jQuery] [autocomplete] clearing the input field if the user does not select any of the options

2008-05-13 Thread ssmusoke
Hello, How can I clear the input field if the user does not select any of the options. I have tried mustMatch but in IE it seems that the text typed must match the options. Maybe I am not getting it right My options are $("#auto_dropoff_state").autocomplete(dropoff_statecity, { width: 2

[jQuery] validation plugin - dynamic form - using element other than text area

2008-04-15 Thread ssmusoke
Hello, For the dynamic form in the validation plugin, can I use any other element other than the text area. For my needs the dynamic content includes a text area. I have tried tfoot, div, span, fieldsets with no avail. Thanks in advance Stephen