70-480 Dumps

Friday, 1 April 2016

Microsoft 70-480 Exam Study Guide

70-480 Question 7

 

You are developing a customer web form that includes the following HTML.
<label id="txtValue"X/label>
Information from the web form is submitted to a web service. The web service returns the
following JSON object.
{
"Confirmation": "1234",
"FirstName": "John"
}
You need to display the Confirmation number from the JSON response in the txtValue label field.
Which JavaScript code segment should you use?


A. $("#txtValue").val = (JSONObject.Confirmation);
B. $("#txtValue").val (JSONObject.Confirmation);
C. $("#txtValue").text = (JSONObject.Confirmation);
D. $("#txtValue").text (JSONObject.Confirmation);


Answer: D
Reference:

http://api.jquery.com/text/


No comments:

Post a Comment

Note: only a member of this blog may post a comment.