asked on January 28, 2016
I am looking to remove a checkbox within a table. I have been able to remove the label attached to the checkbox, but unable to find the correct syntax to remove the checkbox input:
Syntax to remove label
$("label[for='Field50(34)-1']").remove();
Thanks.
0
0