I have a jquery function that binds all tr’s with the class item to a click function that will redirect to another page. inside this tr though is a checkbox. How can i allow this checkbox to function correctly instead of acting on the tr’s click function?
Share
You might want to post code, but briefly, I would add a separate click function just for the password, and in it, call
event.stopPropagation().