Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery toggle doesn't work Reply To: jQuery toggle doesn't work

#261582
bearhead
Participant

Hi Ayala, is this the functionality you are looking for?
https://codepen.io/kvana/pen/JrzOzE

I made the .more divs children of their respective .question divs (I think it simplifies the js) .

Also, if you’re using jquery you need to make sure that the library is linked. In code pen you can do this by opening the js settings and selecting jquery under add external javascript.