I have a set of buttons using jquery mobile
:
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true" style="text-align:center">
<input id="radio1" name="" value="site" type="radio">
<label for="radio1">
Site
</label>
<input id="radio2" name="" value="transmitter" type="radio">
<label for="radio2">
Transmitter
</label>
<input id="radio3" name="" value=" channel" type="radio">
<label for="radio3">
Channel
</label>
</fieldset>
And i need to show a pop-up on click or catch click and show it manually. The problem is that jquery mobile
renders this content by itself. So is it possible to do?