在UserControl for SharePoint中加载jQuery

时间:2013-01-29 12:39:14

标签: asp.net visual-studio-2008 sharepoint sharepoint-2010 asp.net-3.5

我正在使用Visual Studio 2008和ASP.NET Web窗体为SharePoint(2010)网站创建UserControl。 UserControl通过SharePoint WebPart加载。

到目前为止一切正常,但我需要在UserControl中使用jQuery。所以我下载了jQuery并将其保存在以下文件夹中:

C:\inetpub\wwwroot\wss\VirtualDirectories\80

所以我在根目录中保存了jQuery(现在)。

在我的UserControl代码后面,我在Page_Load方法中添加了以下行:

ScriptLink.Register(this.Page, "~/jquery.min.js", false);

但是,当我重新构建我的UserControl并将其加载到SharePoint页面时,它仍然说:The value of the property '$' is null or undefined, not a Function object

所以基本上找不到jQuery。

任何人都知道我做错了什么?

1 个答案:

答案 0 :(得分:1)

我不确定这个,但你应该将你的jquery保存在14个HIVE文件夹中。

之后会加载..

如果我错了,请纠正我

由于