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

Allow to pick only some combinations of 4 images #19

Closed reypm closed 10 years ago

reypm commented 10 years ago

Hi there, I'll start to use your amazing library on a project I'm working on but need some help with this: http://stackoverflow.com/questions/21009287/allow-only-to-pick-some-images, can you take a look please and tell me if this is possible?

rvera commented 10 years ago

Hi, you can could a custom function for the 'selected' callback then change the values of the options if it doesn't match your criteria.

reypm commented 10 years ago

Hi, can you write a little example just for understanding purposes?

rvera commented 10 years ago

Made an example here:

http://jsfiddle.net/7vyPt/7/