Big javascript post

All of this javascript goodness became useful while I was using jquery to call Sharepoint web services, specifically after I wrapped all of the functionality into a class. 1.  Context – this issue arose while using jquery’s .ajax() method as so: $.ajax({ url: “../_vti_bin/lists.asmx”, type: “POST”, dataType: “xml”, data: soapEnv, complete: this.processResult, contentType: “text/xml; charset=\”utf-8\”" [...]

Filed under:general