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

New Post: accessing sharepoint on another server with custom port

$
0
0
What are you calling in SPServices? Are you referencing jQuery first?

There's a bug in 2013.02a with SharePoint 2010. I goofed in using L_Menu_BaseUrl the way I did.

If you change line 3678 from this:
this.thisSite = L_Menu_BaseUrl;
to this:
this.thisSite = (typeof L_Menu_BaseUrl !== "undefined") ? L_Menu_BaseUrl : "";
you should be all set.

M.

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>