I am basically selecting a checkbox by click function. And i want to unclick /unselect it.
$("#element").click();
Is there any function unclick() exists ?
I tried with with prop(),unbind(),off() but no luck. Please assist me in getting this right.