MCQOPTIONS
Saved Bookmarks
| 1. |
Correct syntax for $.post() method is ____________. |
| A. | $.post(URL,callback) |
| B. | $.post(data,callback) |
| C. | $.post(URL,data,callback) |
| D. | $.post(URL,data) |
| E. | None of these |
| Answer» D. $.post(URL,data) | |