Vidyalelo
HTML · Q11

HTML with Javascript and jQuery

Programming · HTML · question 11

Q11

Correct syntax for .post() method is . . . . . . . .

A.
$.post(URL,data,callback)
Answer
B.
$.post(URL,data)
C.
$.post(URL,callback)
D.
$.post(data,callback)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board