1

在我使用的表格中

<select name="vchoice" id="vchoice" multiple data-native-menu="false" data-icon="grid" data-iconpos="left">

由于选项列表很长,它会在新窗口中打开。

但是现在使用关闭图标不起作用。我发现这是因为我也有这个在使用:

$(document).on( 'pagebeforecreate', 'body', function () { 
  $.mobile.urlHistory.stack = []; 
  $.mobile.urlstack = []; 
  $( '.ui-page' ).not( '.ui-page-active' ).remove(); 
});

有没有一种方法可以毫无问题地使用两者?

谢谢费边

4

0 回答 0