How to target a particular collapsible in collapsibleset

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:
  1. <div data-role=collapsible data-theme='c'
  2.        data-collapsed-icon='carat-d'
  3.        data-expanded-icon ='carat-u'
  4.        data-collapsed=true
  5.        data-iconpos='right'
  6.        data-date =" + DateC  /* Content in format "2016-06-21"
  7.        class='ui-corner-all ColDoc'>
  8.        <h3>" + DateComplete + ")</h3>
  9.        </div>
I would like to target the collapsible witch have the data-date === 'the date I'm looking for'

Thanks