I'm struggling with implementing my site: TheaterOnline.com as a JSONP provider.
jQuery adds an extension like this to the query string:
jsoncallback=jsonp1263478799445&_=1263478799446
if I echo the first part of that string in the return json script such
as:
jsonp1263478799445({"Rows":[
It works. Is there any documentation on this protocol?

