markjs / jquery-dependent-selects

A jQuery plugin to allow multi-level select boxes that degrade gracefully.
http://markjs.github.com/jquery-dependent-selects/
MIT License
56 stars 23 forks source link

Specific parent bugfix #20

Closed charles-toller closed 10 years ago

charles-toller commented 10 years ago

I have changed the code slightly so when there are two different selects with the same text, but at different depths such as this: House -> 1 -> 1 House -> 1 -> 2 House -> 2 -> 1 House -> 2 -> 2 *these are the ones with problems that would be fixed in new version it won't bring up the select for House -> 2 -> 1 when selecting House -> 1 -> 2. Fixes #17. Has been complied.

charles-toller commented 10 years ago

I broke it.