在我的应用程序中,我已经在jQuery UI中使用了Dialog小部件,但是当我添加jQuery Mobile时,该Dialog将停止工作。
$("#Global_Confirmation").dialog({
autoOpen: false,
width: 'auto',
modal: true,
closeText: "",
show: 'fade',
hide: 'drop',
title: settings.tital ? settings.tital : ''
});
我正在使用Bundles引用脚本文件。