Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: SPCascadeDropdown and SharePoint 2013

$
0
0
Marc
There are no errors, but I did debug the SPServices2014.01 and what I see is that the piece of code below in "SPFindPeoplePicker' function does not work for SharePoint 2013.

$.fn.SPServices.SPFindPeoplePicker = function(options) {


Line# 3882 // If a value was provided, set the value
Line# 3883 if (opt.valueToSet.length > 0) {
Line# 3884 thisContents.html(opt.valueToSet);
Line# 3885 }


the "opt' object does have all the appropriate values in it.

Viewing all articles
Browse latest Browse all 6517

Trending Articles