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”,
[...]

Filed under:general