I'm trying to check a box using jQuery. I've looked at some of the answers on this site but none of them worked (or I'm doing it wrong).
Here is the DOM
<input type="checkbox" id="ckbx_81861252,uFT1" name="memberIds" class="memberIds" value="81861752,uGT2">
When I click the box on the page, I don't see anything being updated in the DOM. Can anyone explain why? Or maybe I'm just missing it?
I tried both using .prop
& .attr
but neither checked the box.
Any help would be appreciated!