我们正在选择菜单上重新应用样式,如下所示:
$('.select').selectmenu();
这很有用..但我们也需要在我们的锚标签上进行。
这些看起来像这样:
<a data-callback="Continue" data-theme="b" data-role="button" name="Continue" data-transition="pop" data-direction="reverse">Continue</a>
我们如何才能让jQuery mobile将样式应用于这些元素呢?
答案 0 :(得分:0)
$('#dialogContainer a').button();
这似乎工作正常。
答案 1 :(得分:0)
试试这个
$('.selectButton').button('refresh');
了解更多信息
http://jquerymobile.com/test/docs/buttons/buttons-methods.html