1
在jQuery Mobile項目中,我想設置登錄表單不使用ajax。 的形式ID是UserLoginForm及以下顯然是錯誤的:與jQuery Mobile的jQuery委託
jQuery('#UserLoginForm').delegate('form', 'submit', function(){
jQuery('#UserLoginForm').jqmData('ajax', false);
});
我該怎麼辦呢?