Question:You are developing a Web application that exposes a list of news items 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:"news.asmx/RecentPosts"; "json";
B "xml"; "CONNECT"; data:"news.asmx/RecentPost";
C "POST"; url:"news.asmx/RecentPosts"; data:"news.asmx/RecentPost";
D "POST"; "CONNECT"; data:"news.asmx/RecentPost";
+ AnswerA
+ Report