问题在于您导入的文件。我认为您没有正确放置它们。
尝试导入这些文件
<script src="http://pre.jquery.com/jquery-1.9.1.js"></script> <script src="http://pre.jquery.com/ui/1.10.2/jquery-ui.js"></script>
它为我工作。
查看更多信息

问题在于您导入的文件。我认为您没有正确放置它们。
尝试导入这些文件
<script src="http://pre.jquery.com/jquery-1.9.1.js"></script> <script src="http://pre.jquery.com/ui/1.10.2/jquery-ui.js"></script>
它为我工作。
查看更多信息