Thursday 5 May 2016

MVC - jQuery - Check (select) checkbox


Watch this example on YouTube

<input id="Checkbox1" type="checkbox" />

<script type="text/javascript">
    $('#Checkbox1').attr('checked', true);
</script>

No comments:

Post a Comment