Site icon Sibeesh Passion

Disable a check box in jQuery

Disable a check box in jQuery
[js]
$("#myChk").attr("disabled", true);
[/js]
Here myChk is my check box.

Exit mobile version