我使用的jQuery UI的各種小部件,如對話框,按鈕等我想繼續使用主題爲我的其他網頁元素,如錯誤/警告通知和突出顯示樣式。所以我去的ThemeRoller頁面,查看他們使用什麼樣的CSS左右,例如,警示通知:如何將jQuery UI主題應用於我的常規HTML?
<div class="ui-widget">
<div style="padding: 0 .7em;" class="ui-state-error ui-corner-all">
<p><span style="float: left; margin-right: .3em;" class="ui-icon ui-icon-alert"></span>
<strong>Alert:</strong> Sample ui-state-error style.</p>
</div>
</div>
有一個包裝的div,跨度背景圖標等難道我只是複製這些或不jQuery UI javascript爲我創建了一些?將主題應用於非小部件html的正確方法是什麼?
適用於我自己的html?帶類ui-widget和類ui-state-error和ui-corner-all的wrapper div? –
@at。 - 正確。只需複製這段HTML,並按原樣使用它。 –