Profile
Achievement
ping_ch's Recent SnippetsTagged javascript
- All /
« Prev 1 Next »
Converts a standard select box to a clickable image thumbnail list.
<code>
<select>
<option>/images/test1.jpg</option>
<option>/images/test2.jpg</option>
</select>
<script>
$('#image').imageSelect();...
1
887
posted 15 years ago by ping_ch