Multiple IDs

Multiple IDs

Hi everyone,

I have a "printer view" page which displays an html-generated list of questions and answers to them. However, the html entities that contain each question have multiple IDs because the same question may appear more than once based on different selections chosen.

Can I use .data() to extract the IDs and append a _1 or something to each repeated ID? How would one solve this issue best?

Thanks,

Eggers