http://localhost:2000/WebService/Handler.ashx?d=ck
Response when viewing URL:
{"Status":"OK","Message":"0","Info":"(none)"}
Using JQuery how do I pull from that? I get how you do POST and sending but little lost has to how to pull from that. Do I use GET?
Am I doing something like $.get(“URL HERE”…?
Or the shorthand
getJSONfunction: