1. Question: Which function is used to stops all the currently running animations on all the specified elements?

    A
    pause()

    B
    stops()

    C
    stop()

    D
    none of these

    Note: Not available
    1. Report
  2. Question: How can you globally disable all JQuery animations?

    A
    stop()

    B
    $().fx.off

    C
    JQuery.fx.off

    D
    none of these

    Note: Not available
    1. Report
  3. Question: Which is not correct string representing predefined speed argument used in JQuery effect methods?

    A
    slow

    B
    normal

    C
    fast

    D
    medium

    Note: Not available
    1. Report
  4. Question: JQuery effect methods define speed parameter using number in ____

    A
    milliseconds

    B
    nanoseconds

    C
    seconds

    D
    minutes

    Note: Not available
    1. Report
  5. Question: Which of the following is not effect method in JQuery?

    A
    show()

    B
    hide()

    C
    toggle()

    D
    slide()

    E
    slideUp()

    F
    fadeIn()

    Note: Not available
    1. Report
  6. Question: Which is not UI library based effect?

    A
    Blind

    B
    Bounce

    C
    Clip

    D
    Slide

    E
    Shake

    F
    Puff

    Note: Not available
    1. Report
  7. Question: JQuery provides method to display elements between revealed or hidden. If the element is initially displayed, it will hidden; if hidden, it will be shown.

    A
    show()

    B
    hide()

    C
    toggle()

    D
    animate()

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

    A
    ajax()

    B
    load()

    C
    post()

    D
    getJOSN()

    Note: Not available
    1. Report
  9. 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
  10. 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
Copyright © 2025. Powered by Intellect Software Ltd