1. Question: What is not correct attribute used in JQuery ajax() function?

    A
    url

    B
    data

    C
    type

    D
    success

    E
    method

    Note: Not available
    1. Report
  2. Question: Which JQuery ajax function is used to be executed whenever an AJAX request begins?

    A
    ajaxBegin()

    B
    ajaxStart()

    C
    ajaxSend()

    D
    None of these

    Note: Not available
    1. Report
  3. Question: Which of the following is not JQuery ajax function?

    A
    ajax()

    B
    get()

    C
    post()

    D
    load()

    E
    getAjax()

    Note: Not available
    1. Report
  4. Question: What is the correct syntax of calling JQuery ajax() function?

    A
    $.ajax(options);

    B
    $.ajax({options});

    C
    $.ajax([options]);

    D
    $.ajax();

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd