rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
906 stars 216 forks source link

fix issue #14 #18

Closed lloiser closed 10 years ago

lloiser commented 10 years ago

by adding an indexOf shim to Array for <=IE8

rvera commented 10 years ago

Wow, sorry for not seeing this before. I'll take a look, thanks.

rvera commented 10 years ago

Thank you for finding the problem.

I'll merge it, although I think it's safer to use jQuery.inArray() so I'll change it to that in the future.