0
我想在頁面加載此模式窗體加載:jQuery的負載模式對話框
這裏是我的JQuery至今:(我試過的文檔加載,但沒有工作?)
$().ready(function() {
$('#dialog').jqm();
});
我想在頁面加載此模式窗體加載:jQuery的負載模式對話框
這裏是我的JQuery至今:(我試過的文檔加載,但沒有工作?)
$().ready(function() {
$('#dialog').jqm();
});
$(function() {
$('#dialog').jqm();
});
爲什麼不只是'$(function(){$('#dialog')。jqm();});'?另外,什麼是'jqm'? – raina77ow
http://jqueryui.com/dialog/#modal-form – jrummell