Jquery Click in li
- by cKendrick
I have my html set up like this:
<li>
Header
<button>Edit</button>
</li>
And I was wondering if there is a way so that you can click on the li and have one action happen and click on the button and have another action happen. Right now if I have a jquery click element on the li it gets fired when you hit the button to. Is there a way to make this separate without changing the html structure?