嗨,我正在尝试一个简单的 jquery ui 示例,但它不起作用,我不明白为什么。有谁能够帮我?谢谢
<html><head>
<script type="text/javascript" src="jquery-ui-1.8.23.custom.min.js"></script>
<script type="text/javascript" src="jquery-1.8.0.js"></script>
<link rel="stylesheet" type="text/css" href="jquery-ui-1.8.23.custom.css">
<script type="text/javascript">
$(function(){
$('#datepicker').datepicker({
inline: true
});
});
</script>
</head>
<body>
<input type="text" id="datepicker" class="datepicker">
</body>
</html>
我真的不明白为什么它不起作用。通过单击我的 mozilla firefox browser 15.0 的源代码视图中的链接,可以找到所有包含在同一个文件夹中