Can someone help me with this. HTML code:
<h3> <label> <input type="checkbox" name="country" value="us" /> United States </label> </h3> <p>Some content goes here</p>
I want to switch the p element by clicking on the h3 tag, but I don't want to switch if I clicked on the / strong>
$('h3').click(function() {
sasa source share