I have the following code for a button in jQuery Mobile
<div data-role="fieldcontain" class="toolbar-icons">
<div data-role="controlgroup" data-type="horizontal" style="margin-left:15px;">
<a href="#" data-icon="flat-mail" data-theme="a" data-iconpos="notext" data-role="button">Yes</a>
</div>
</div>
I was wondering if it would be possible to trigger a select
dropdown by clicking this button?
Is there anyway of doing it?
Cheers