Category: jQuery

jQuery parsererror and WCF Data Services

jQuery parsererror and WCF Data Services

If you’re using WCF Data Services (REST APIs for SharePoint, for example) and you’re getting the mysterious “parsererror” error message from jQuery, chances are you’ll need to modify your scripts according to this bug report. The root of the error...

Chaining jQuery AJAX Calls (w/o Plugins)

Chaining jQuery AJAX Calls (w/o Plugins)

Here’s the scenario: you need to make a series of AJAX calls to process a list of objects and each call is dependent on the results from the previous call.  How can we structure this elegantly in jQuery without having...