[jQuery] Re: Cascade plugin and multiple selected values

2009-11-18 Thread Mike Nichols
sorry what I meant was jQuery(#chained_child).trigger(cascade) Please read up on events in jquery and check out the source On Nov 11, 3:33 pm, rmachado rmachado...@gmail.com wrote: Hello and thanks for the reply I'm trying to use the solution you propose, but I'm new to jquery and I can't

[jQuery] Re: Cascade plugin and multiple selected values

2009-11-11 Thread rmachado
Hello and thanks for the reply I'm trying to use the solution you propose, but I'm new to jquery and I can't make it work. My code is: jQuery(document).ready(function() { jQuery(#chained_child).cascade(#chained,{ list:

[jQuery] Re: Cascade plugin and multiple selected values

2009-11-10 Thread Mike Nichols
$('select#parent').trigger('cascade'); ? On Nov 9, 5:08 pm, rmachado rmachado...@gmail.com wrote: Hello to all I using thecascadeplugin in 3 dropdowns and it works fine, but in some ocasions I need to pre selected the values because the user is editing the previous recorded selections. I