This code is not working in IE 9 but works in Chrome and FireFox. What changes can I make to work this code in IE?
var thisUserAccount = $().SPServices.SPGetCurrentUser({
fieldName: "Name",
debug: false
});
This code is not working in IE 9 but works in Chrome and FireFox. What changes can I make to work this code in IE?
var thisUserAccount = $().SPServices.SPGetCurrentUser({
fieldName: "Name",
debug: false
});