0

我尝试应用的任何对象.selectable()都会出现以下错误 Object doesn't support property or method 'selectable':假设发生这种情况是因为selectable在我制作自定义 jquery-ui-1.9.2.custom.js 脚本时未下载 ui 功能,我打开了我的 jquery-ui-1.9.2.custom.js 文件,果然在顶部未显示可选功能

* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.draggable.js, jquery.ui.resizable.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.tooltip.js

我下载了完整的 jqueryui (1.9.2) 包,打开了 selectable.js 并复制了内容并将它们粘贴到我的自定义 jquery 脚本中。我仍然得到同样的错误。我尝试关闭/打开 Visual Studio 并进行重建。

这是我尝试应用可选 UI 属性的方式。

$("#myList").selectable();   //apply to <ol> object

这是我在页面中加载脚本的方式:

<script type="text/javascript" src="Scripts/jquery-1.8.3.js"></script>
<script type="text/javascript" src="Scripts/jquery-ui-1.9.2.custom.js"></script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<link href="Scripts/jquery-ui-1.9.2.custom.css" rel="stylesheet" />

感谢您的关注。

4

0 回答 0