/ Published in: jQuery
URL: http://www.ekelschot.eu/demo/fancydropdown
The option elements in the original select may provide an image and a second line of text by using a data-img and a data-info attribute.
Comments
Subscribe to comments
You need to login to post a comment.

Pretty slick looking drop down's :)
Hi - this is a great snippet and just what I was looking for. Is it alright to use for my web project?
Sorry for the late response. You can do whatever you want with it :)
Cool script. Works nice on jQuery 1.4.4 But with jQuery 1.8.3 there is a nasty bug: if you use more than one select element on the same page, each dropdown always instantaneously closes right after it opened. Any idea how to fix this?
You can easily reproduce the error by including jQuery 1.8.3 instead of 1.4.4 on the example page.
Jules - there's a version patched for jQuery 1.8+ over here: https://github.com/orip/jquery.fancydropdown
It also removes the
jquery.hasEventHandlerdependency.