Hey friends,
how to change dropdown border color when its initIal value is 00 using jquery
I m using this code but its not working ,,please help
function validate() {
var v = document.getElementById("<%=ddlMDist.SelectedValue%>");
if (v == "00") {
v.style.backgroundColor = "red";
}
Munesh SharmaPosted May 1, 2016, 1:08 PM
Amit Kumar SinghPosted Feb 26, 2016, 7:29 AM