FAQ Open/Close Functionality

Does anyone have a FAQ Open/Close script that could be used to get the default open/close going on an FAQ module that we can then css style? This doesn’t work at all when you create a new blank site.

Will you be using a framework on this site (ie: Bootstrap, Foundation, etc…)?
Will you have jQuery loaded?

On Foundation Adam and yes it has jQuery loaded 1.11.1

This is the current Foundation Accordion markup which you can wire into your liquid:
https://foundation.zurb.com/sites/docs/accordion.html

But your jQuery version tells me this is probably an older version of Foundation so you may need to look up the archived Foundation markup for that version.
Or find some other jQuery accordion script online somewhere, ie:
https://css-tricks.com/snippets/jquery/simple-jquery-accordion/

Thanks @Adam.Wilson! Wasn’t sure if there was a stock standard one people were using. Appreciate your feedback.