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 for IE8 #10

Closed acaron closed 11 years ago

acaron commented 11 years ago

The plugin wasn't working at all because of the trim() and map() functions which are not supported in IE8.

markjs commented 11 years ago

@acaron Awesome! Thank you very much.