I need a solution for my problem
<div>
I found this script but in internet explorer browser the font color not applying when it is disabled the color remains gray as default
jQuery(document).ready(function () {
$("[id*=drpCities] option[value='0']").each(function () {
// alert("in");
&nb ...
Go to the complete details ...