1. Question: Which event type is occurs when the element loses focus ?

    A
    blur

    B
    focus

    C
    load

    D
    change

    Note: Not available
    1. Report
  2. Question: Which event type occurs when the element changes ?

    A
    change

    B
    blur

    C
    click

    D
    focus

    Note: Not available
    1. Report
  3. Question: Which are not the event attributes?

    A
    altKey

    B
    data

    C
    mouseup

    D
    unload

    Note: Not available
    1. Report
  4. Question: Which event type occurs when a mouse click ?

    A
    click

    B
    dblclick

    C
    keypress

    D
    keydown

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

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. 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
  7. 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
  8. Question: Which method is used to remove specific event handlers ?

    A
    off()

    B
    on()

    C
    error()

    D
    bind()

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