Disable and enable a control
document.getElementById("searchUsers").setAttribute('disabled','disabled');
document.getElementById("searchUsers").setAttribute('disabled',false);
Happy Programming !!
Disable and enable a control
document.getElementById("searchUsers").setAttribute('disabled','disabled');
document.getElementById("searchUsers").setAttribute('disabled',false);
Happy Programming !!