我的jQuery彈出對話框有問題。只有圖像和「關閉」超鏈接出現。我想我會得到一個非常漂亮的UI按照本例:http://blog.nemikor.com/2009/04/08/basic-usage-of-the-jquery-ui-dialog/jQuery對話框沒有完全顯示
這裏是正在發生的事情:
這裏是我的代碼:
theDiv.append('<div id="editDialog"></div>');
$("#editDialog").dialog({
height: 350,
width: 400,
modal: true,
position: 'center',
autoOpen:true,
title:'Hello World',
zIndex: 10000,
overlay: { opacity: 0.5, background: 'black'}
});
感謝這裏有任何幫助。
你確定鏈接了css文件,並且圖像放置在css文件認爲它們的位置嗎? –
哦耶穌,我需要從jQuery網站包含一個CSS腳本嗎? – JDS
ofc,你如何期望沒有css的對話樣式? –