|
How to consume web services from jQuery?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-How-to-Solution
To consume web services from jQuery, we can call web service suffixed by web method in the $.ajax method and pass conetntType as “application/json” and dataType as “json”.
|