You can use the pop-up widget to simulate a drop-down menu.
As with jQuery Mobile 1.4, a new attribute is data-arrowadded to the popup widget. This creates an arrow that can be located anywhere in the popup.
, , data-arrow. true, false , , ( "l" , "t" , "r" "b", ). , data-arrow="r,b", . true - , "l, t, r, b" false "" , .
HTML
<div data-role="popup" id="popupID" data-arrow="t">
</div>
data-rel="popup" .
<a href="#popupID" data-rel="popup">Menu</a>
, .