我正在尝试将 jQuery Mobile Select Menus与 Marionette 一起使用,并且下拉菜单会完美打开,但是当我尝试使用Custom Select Menus来获得丰富的 UI时
data-native-menu="false"
属性或使用
$(document).bind('mobileinit',function(){
$.mobile.selectmenu.prototype.options.nativeMenu = false;
});
下拉列表永远不会打开,链接更改为 # 引用,但下拉列表不可见。
我想要自定义选择菜单的外观,我不想要默认的。是 jQuery Mobile 的问题还是与 Marionette 一起使用?