未捕获的TypeError:无法读取未定义的onclick SPWidgets的属性'pickSPUser'

时间:2016-05-18 04:23:00

标签: jquery jquery-ui sharepoint sharepoint-2010

SharePoint 2010的SPWidgets http://purtuga.github.io/SPWidgets/

我正在使用上面的插件。

$("input[name='users']").pickSPUser({
allowMultiples: false
});

$("input[name='user']").pickSPUser("method", "clear");
$("input[name='user']").pickSPUser("method", "destroy");

$("input[name='user']").pickSPUser("method", "add", value);
value is in the format ('4;#John Smith')

上面的代码是在jQuery UI对话框中编写的,它会在点击编辑链接时弹出,所以每次用户点击编辑对话框时我都要清除并销毁该字段。

一切正常但当我点击十字标记以删除用户时,此错误会在控制台中记录

Uncaught TypeError: Cannot read property 'pickSPUser' of undefined onclick @ form.aspx

任何人都可以帮我解决这个问题。我无法理解可能导致此问题的原因。

感谢。

0 个答案:

没有答案