如何将jquery selectable添加到自定义jquery ui?

时间:2013-08-31 18:55:33

标签: jquery-ui

我尝试应用.selectable()的任何对象我收到以下错误: Object doesn't support property or method 'selectable'。假设发生这种情况是因为当我创建自定义jquery-ui-1.9.2.custom.js脚本时未下载selectable 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并复制了contentents并将它们粘贴到我的自定义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" />

感谢您的光临。

0 个答案:

没有答案