Hi,
With jQuery 1.10.2 and SPServices 0.7.2, the following code works and returns terms fine, however, when changing to SPServices 2013.01, I get "error" Status and StatusText of "No transport". Any tips on what might be causing this, before I start to debug SPServices? Using SP2010.
With jQuery 1.10.2 and SPServices 0.7.2, the following code works and returns terms fine, however, when changing to SPServices 2013.01, I get "error" Status and StatusText of "No transport". Any tips on what might be causing this, before I start to debug SPServices? Using SP2010.
$().SPServices({
operation: "GetChildTermsInTermSet",
sspId: sspId,
termSetId: termSetId,
lcid: 1033,
completefunc: function (xData, Status)
{
//Something...
}
});