A Simple jQuery Accordion

No need for the overhead of a plugin.

In this case, I have a custom post type for FAQs, where the title is the question, and the content is the answer.

This script hides all the answers until one of the questions is clicked.

Here’s the JavaScript:

And the HTML:

 

Then, this little bit of CSS brings it together:

 

Leave a Reply

Your email address will not be published. Required fields are marked *