Question:What is the correct syntax of calling JQuery ajax() function?
A $.ajax(options); B $.ajax({options}); C $.ajax([options]); D $.ajax();
+ AnswerB
+ Report