[jQuery] Re: [Linkselect] Change function fires when using "replaceOptions"

2009-08-05 Thread skube
I don't necessarily agree. Perhaps I'm misunderstanding something. If one is using the first select to populate the second, replaceOptions fires the change function on the second select. But I'm already using the change function (say, to submit the form) for when I actually pick an option from the

[jQuery] Re: [Linkselect] Change function fires when using "replaceOptions"

2009-08-05 Thread Dan G. Switzer, II
skube, This is not a limitation, but a specific design decision. If you're replacing the options in a select box you are in affect also changing the value (or at least potentially changing) the value since you now have a completely new set of values in the box. Therefore, to ensure that dependency