I have a radiogroup with 3 inputs.
I would like to check first input using JavaScript or jQuery.
i tried like this but with no success
Thanks
I would like to check first input using JavaScript or jQuery.
i tried like this but with no success
$('input[name=tableview]').attr('checked', true);
Thanks