I applied the following code to make table rows check/uncheck a child checkbox when clicked. Now I discovered that when clicking the checkbox itself inside the row it doesen
What about:
return false;
As it is the same as entering both:
e.preventDefault(); e.stopPropagation();
I believe that is the go to - no?