I want to add the placeholder in select list(ie. Something appear by default in select list until user select some option). To do this with the actual select list, I figure out the way, I add the placeholder at 0th index and set display:none for that option.
This works fine on Chrome and Firefox.
Please check this
JSFIDDLE
for demo.
But, this does not work on IE.
Is there any way to hide it on IE? Or is there any other way to add the placeholder to select list?
For more clarity, please check this Screenshot: http://screencast.com/t/5Bw95AYNCL