jQuery imageSelect Plugin


/ Published in: jQuery
Save to your folder(s)

Converts a standard select box to a clickable image thumbnail list.
<code>
&lt;select&gt;
&lt;option&gt;/images/test1.jpg&lt;/option&gt;
&lt;option&gt;/images/test2.jpg&lt;/option&gt;
&lt;/select&gt;

&lt;script&gt;
$('#image').imageSelect();

&lt;/script&gt;

</code>

** Updated 2009-02-25: Now supports multi-select boxes

URL: jquery.imageselect

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.