我想將jQuery UI主題應用於按鈕,但是我不能!爲什麼?這裏是代碼:jQuery UI不會將主題應用於按鈕
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<script src="_code/js/jquery.js" type="text/javascript"></script>
<script src="_code/js/jquery-ui-1.10.0.custom.min.js" type="text/javascript"></script>
<link href="_code/css/redmond/jquery-ui-1.10.0.custom.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<button>Button</button>
</body>
</html>
結果是一個沒有jQuery UI主題的普通按鈕! 在此先感謝
哪個主題?我看不到任何一個。 – 2013-02-09 14:50:09