What is actually the best way to add images in <select> <option>
?
I need to add country flags in my list. I use AngularJS and jQuery.
Cross-browser is important for me. I try background-image
and few old jquery plugins, but it dosen't works in Chrome.
So how can I add image in list items? Any help will be appreciate.