Site icon Sibeesh Passion

Make a check box is checked in JQuery

Make a check box is checked in JQuery.
[js]
$("#mapEnableLegend").prop(‘checked’,true);

[/js]
Here mapEnableLegend is my check box ID

Exit mobile version