Just like my description says.
<div id="step2" class="question">
<p>Step two:</p>
<div id="resultOne" class="script">
<p>"Test Yes!</p>
</div>
<div id="resultTwo" class="script">
<p>"Test No"</p>
</div>
</div>
The above div isn't responding to button clicks. It seems like the corresponding JS function isn't even being called.
I know it's probably a minor syntax error, but I can't find it for the life of me.
Thank you for the help.
divShowanddivHide? And you're also not using the passed arguments? Are you perhaps mixing things up?divShow,divHide, anddivReveal?