How to target a particular collapsible in collapsibleset
Hello,
Could someone tell me how i can target a particular collapsible to add content in it?
I've a collapsibleSet including multiple collapsible in this format:
- <div data-role=collapsible data-theme='c'
- data-collapsed-icon='carat-d'
- data-expanded-icon ='carat-u'
- data-collapsed=true
- data-iconpos='right'
- data-date =" + DateC /* Content in format "2016-06-21"
- class='ui-corner-all ColDoc'>
- <h3>" + DateComplete + ")</h3>
- </div>
I would like to target the collapsible witch have the data-date === 'the date I'm looking for'
Thanks