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

Hotfix HTML entities failure #11

Closed acaron closed 11 years ago

acaron commented 11 years ago

Names are encoded as html entities so the comparison between a value and a data attribute is always the same. Issue: resolve #9