I have some check box with a class defined but some of them are children of td
and some of them are children of span
and I want to fetch all the checkbox children of td
by that class. How can I do this?
$(".cropFieldChoiceCheckbox").prop("checked", true);