Jump to content

Jquery select next or next after next


PhilipK

Recommended Posts

Hey everyone,

 

I'm building a Jquery based survey.

 

It is structered a so...

 

<form>

<input type="radio" name="answer" value="Yes" id="yes" /> Yes<br />

<input type="radio" name="answer" value="No" id="no" /> No

</form>

 

<p>If Yes answer </p>

<p>If No answer </p>

 

I need a piece of javascript that when you click on yes it does --> $('p').show('slow'); <-- but I need to only select the next p

 

If they click no I need to select only the 2nd answer.

 

 

Link to comment
https://forums.phpfreaks.com/topic/240608-jquery-select-next-or-next-after-next/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.