Skip to content Skip to sidebar Skip to footer

Chaining Select Using Jquery.chained.min.js Does Not Work

I am trying to chain select as can be seen in the following. The problem is it is not working. When I select VIC for instance, the ones under VIC does not show up? I am using jquer

Solution 1:

The fiddle seems to be working to me. I select VIC and the options with class="VIC" show up.

Perhaps the problem you're seeing is that some options that don't have a class of VIC also show up. This is probably because the ones that show up have an empty value. My guess is that chained filters the options by value, so it is unable to filter the ones with empty values.

Post a Comment for "Chaining Select Using Jquery.chained.min.js Does Not Work"