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

New Post: Using UpdateListItems to update a list on another web..

$
0
0
I get that error when I run web service calls between domains without first enabling Cross-Origin Resource Sharing (CORS). Add the following line somewhere near the top of your code. It should work for the life of the page.
$.support.cors = true;
With CORS enabled, I'm able to run web service calls between domains and even between different versions of SharePoint (2007 & 2010), either direction.
Also, you're referencing jQuery 1.11. I'm not sure how extensively Marc has tested that. You may want to switch to jQuery 1.10 for now.

Geoff

Viewing all articles
Browse latest Browse all 6517

Trending Articles



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