Question:You are developing a Web application that exposes a list of blog postings from an ASP.NET Web service as JSON.
You need to consume the Web service by using jQuery 1.4. How should you complete the client-side script?
To answer, drag the appropriate parameter value or values to the correct location or locations in the answer area.
A "POST";
url:"posts.asmx/RecentRosts";
"json";
B "xml"
"CONNECT",
data:"posts.asmx/RecentPosts";
C "POST";
url:"posts.asmx/RecentRosts";
data:"posts.asmx/RecentPosts";
D "xml"
url:"posts.asmx/RecentRosts";
data:"posts.asmx/RecentPosts";