[jQuery] Re: Chained Autocomplete selects

2009-07-16 Thread Mike Nichols
You can bind it to a custom event. You don't have to use the change event on the parent select. Another option is to manually fire the change event on $.ready(). On Jul 1, 12:01 pm, brotherjames wrote: > Is there an easy way with theCascadeplugin to tie to events in > addition to change... The i

[jQuery] Re: Chained Autocomplete selects

2009-07-01 Thread brotherjames
Is there an easy way with the Cascade plugin to tie to events in addition to change... The issue is that the Cascade works well when the parent is changed but does not show the child value on an update form as the parent in most cases do not need to change... but the child is not displayed because

[jQuery] Re: Chained Autocomplete selects

2009-06-10 Thread Mike Nichols
I'd look at the autocomplete plugin here http://github.com/ReinH/jquery-autocomplete/tree/master and a decent write up here : http://www.bigredswitch.com/blog/2008/11/jquery-autocomplete-plugin/ I used this tiny plugin as a kind of prototype when I wrote cascade. Incidentally, I have a few fixe