

MCQOPTIONS
Saved Bookmarks
1. |
Correct syntax for $.post() method is ____________a) $.post(URL,data,callback)b) $.post(URL,dat |
A. | $.post(URL,data,callback) |
B. | $.post(URL,data) |
C. | $.post(URL,callback) |
D. | $.post(data,callback) |
Answer» B. $.post(URL,data) | |