Find and set checked true and call click event dynamically
Find and set checked true and call click event dynamically. [js] var liIndex = 6; $(".containerul li:nth-child(" + liIndex + ")").find(".boxcheckbox").prop(‘checked’, true); $(".containerul li:nth-child(" +… Read More »Find and set checked true and call click event dynamically