I\'m doing some simple tests (in preparation for a larger project) to call an ASP.NET WebMethod using JQuery AJAX. In my example, my WebMethod returns a simple string. Howev
Try changing the last parameter "html" to "text". This parameter specifies the type of data to be returned.