On SP2010 getting "Syntax error, unrecognized expression" with latest version of JQuery library and lastest SPServices when calling:
var userName = $().SPServices.SPGetCurrentUser({
fieldName: "Name"
Same code works fine with earlier version of JQuery & SPServices.
Comments: Thanks for the heads up. I've added a comment in the IMPORTANT NOTES on the home page. The problem seems to be with the minified version of jQuery 1.9.0, not 1.9.0 itself. When I use the non-minified version, my test pages perform just fine. Also see this issue http://spservices.codeplex.com/workitem/10118 and my blog post http://sympmarc.com/2013/01/29/spservices-compatibility-issues-with-the-minified-version-of-jquery-1-9-0/ M.
var userName = $().SPServices.SPGetCurrentUser({
fieldName: "Name"
Same code works fine with earlier version of JQuery & SPServices.
Comments: Thanks for the heads up. I've added a comment in the IMPORTANT NOTES on the home page. The problem seems to be with the minified version of jQuery 1.9.0, not 1.9.0 itself. When I use the non-minified version, my test pages perform just fine. Also see this issue http://spservices.codeplex.com/workitem/10118 and my blog post http://sympmarc.com/2013/01/29/spservices-compatibility-issues-with-the-minified-version-of-jquery-1-9-0/ M.