2013年3月22日 星期五

jQuery UI 開發懶人包

為了方便測試 jQuery UI, 我把最新的 jQuery UI 1.10.2, jQuery 1.9.1, 所有的 UI 佈景主題, 與 HTML5 模板 (含 htmlshiv.js) 全部打包, 放在 Dropbox 公用區, 方便在不同電腦下載.

http://dl.dropbox.com/u/68794214/html5_jqueryui_templates.zip

注意, 經過測試發現, 對於 IE6, 匯入外部 Javascript 時務必加上 type="text/javascript" 屬性, 否則會因匯入失敗導致執行錯誤.


<script type="text/javascript" src="jquery/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui-1.10.2.custom.min.js"></script>


 
 

沒有留言 :