Wednesday, July 29, 2015

How to Make Checkbox checked using Jquery

$('input:checkbox[id=2]').prop('checked', true);

No comments:

Post a Comment