1. Question: The die() method is similar to the unbind() method. Is it true or false ?

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: Which method is the new replacement for the bind(), live() and delegate() methods ?

    A
    on()

    B
    unbind()

    C
    in()

    D
    die()

    Note: Not available
    1. Report
  3. Question: Which method is the new replacement for the unbind(), die() and undelegate() methods ?

    A
    off()

    B
    bind()

    C
    delegate()

    D
    on()

    Note: Not available
    1. Report
  4. Question: Which method is used to remove specific event handlers ?

    A
    off()

    B
    on()

    C
    error()

    D
    bind()

    Note: Not available
    1. Report
  5. Question: Which method is used to attach an event that only runs once and then removes itself ?

    A
    one()

    B
    on()

    C
    live()

    D
    blur()

    Note: Not available
    1. Report
  6. Question: When using the one() method, the event handler function is only run ONCE for each element. Is it true or false ?

    A
    True

    B
    False

    Note: Not available
    1. Report
  7. Question: CDN stands for____

    A
    None of these

    B
    Collective Distribution Network

    C
    Common Distribution Network

    D
    Content Delivery Network

    Note: Not available
    1. Report
  8. Question: Which function perform a custom animation of a set of CSS properties?

    A
    customAnimate()

    B
    animate()

    C
    animation()

    D
    ani()

    Note: Not available
    1. Report
  9. Question: Which method is used to fade in all matched elements by adjusting their opacity and firing an optional callback after completion?

    A
    fadeIn(speed,callback)

    B
    fadeIn(speed,[callback])

    C
    fadeIn()

    D
    fade(speed)

    Note: Not available
    1. Report
  10. Question: Which method is used to fade the opacity of all matched elements to a specified opacity and firing an optional callback after completion?

    A
    fadeIn(speed)

    B
    fadeTo(speed,opacity [,callback])

    C
    fadeIn()

    D
    fadeTo()

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