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
Make a check box is checked in JQuery. [js] $("#mapEnableLegend").prop(‘checked’,true); [/js] Here mapEnableLegend is my check box ID
Check Whether a check box is checked or not in JQuery [js] $("#mapEnableLegend").prop(‘checked’) [/js] Here mapEnableLegend is my check box, the above code will return… Read More »Check Whether a check box is checked or not in JQuery