I am looking for a drop down list which can present the user with a series of images to choose from. Each image will be about 50×50 pixels and a small text description will be under the image. A jQuery and compatable ASP.NET solution would be preferred.
Share
I wrote a super basic jQuery plug in to accomplish this. What will happen is a a fake drop down list will be created from an existing select tag. The original select will be hidden, and the fake menu will be shown. As the new menu is being created, it will callback to get the HTML to show for each option. In this function you can pass back an image.
To use, call templatedSelect on your existing select. Also pass in a function to resolve the template for each item