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.
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.