function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AjaxLadySFAjaxLadySF 

Adding Show/Hide to a Repeater Element. Possible?

We want to publish FAQ's from a custom object in our salesforce org to a site.com page.  We are pulling both the question and answer onto a site.com page with a repeater, but we'd like to show a list of questions and toggle the answer content  (hidden on load) when the end user clicks on the question. If I set up an event on the repeater and then click on a question, it toggles the answers for all questions because it can't determine the unique id of each question/answer.

 

Is is possible to create a unique ID for a repeater element that would allow me to use an accordion script to toggle show/hide on the answer?

 

I am new to javascript/jquery so apologies if this isn't a very informed question.

 

Thanks for the help,

-AJ