How to depend more than 2 <select> items on each other?

Hi there
this is my jsfiddle.net
http://jsfiddle.net/vngx/kk1kmrbu/2/

As you can see that What I want is when I change value in any of three then values in all should be affect.Now whats happening then values select in other two “empDepartment” and “empSubDept” are change but reverse is not working mean If I change values in “empCategory” then value in the “empSubDept” should also change

Thanks

Checkout may be it’s work for you http://jsfiddle.net/kk1kmrbu/3/

No its not working@sunny_negi

When the category event handler changes the content of the department select box, you just need that category event handler to also trigger the department event handler.

http://jsfiddle.net/kk1kmrbu/4/ chech this out vngx

@sunny_negi

Thanks its what I was lookig for
Thanks :sunglasses:

No problem and sorry for late answering vngx

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.