I’m following the collapsible content doc at –
http://jquerymobile.com/demos/1.0a4.1/docs/content/content-collapsible.html
Is there a method of adding an image to the right, within the header field (in code below the header field is referenced by ‘Test’).
<div data-role="collapsible" data-collapsed="true">
<h3>Test</h3><add image here>
</div>
I can’t seem to find anything in the docs.
Thanks for any help
HTML