1. Question: Which method is used to load a remote page using an HTTP request ?

    A
    jQuery.ajax(options)

    B
    jQuery.ajaxSetup(option)

    C
    jQuery.get(url)

    D
    jQuery.getScript(url)

    Note: Not available
    1. Report
  2. Question: Which of the following JQuery ajax function is now depreciated?

    A
    ajax()

    B
    load()

    C
    post()

    D
    getJOSN()

    Note: Not available
    1. Report
  3. Question: What is the correct literal for data attribute in the JQuery ajax() function?

    A
    string literal

    B
    number literal

    C
    array literal

    D
    object literal

    Note: Not available
    1. Report
  4. Question: What is the correct literal for the success attribute in JQuery ajax() function?

    A
    function literal

    B
    array literal

    C
    object literal

    D
    none of these

    Note: Not available
    1. Report
  5. 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
  6. 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
  7. 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
  8. 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