-
10 Jun 2008 8:20 PM #1
How to change the data at one combobox when the value of another combobox change ?
How to change the data at one combobox when the value of another combobox change ?
guys, I need help here....
Imagine this:
I have a combobox A dan combobox B. if I select a value on combobox A, then combobox B is automatically update its data depends on the selected value on combobox A.
Do anyony know how to make this happen ?
thanks..
-
10 Jun 2008 8:23 PM #2
search the forum. There have been many, many posts about this.
Code:comboA.on('select', function() {r //change comboB's values // comboB.store });-para
Succinct != Hostility. You will know when I'm being hostile.
-
10 Jun 2008 8:45 PM #3


Reply With Quote
