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

Support jQuery 3 #81

Closed rdennis closed 8 years ago

rdennis commented 8 years ago

Adds support for jQuery 3 as reported in issue #78.

I am not familiar with CoffeeScript, so please make this more Coffee correct if I have butchered it.

rvera commented 8 years ago

Thanks @rdennis, I'm a bit swamped but will take a look at this over the week.

coneybeare commented 8 years ago

Fix works for me.

rdennis commented 8 years ago

I made the change to clone a and b.

rvera commented 8 years ago

Excellent work! Thanks for the patience.