InterviewSolution
Saved Bookmarks
| 1. |
Correct syntax for $.post() method is ____________(a) $.post(URL,data,callback)(b) $.post(URL,data)(c) $.post(URL,callback)(d) $.post(data,callback)The question was asked by my school principal while I was bunking the class.This intriguing question originated from Essential JavaScript and jQuery topic in section HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» The CORRECT OPTION is (a) $.post(URL,data,CALLBACK) |
|