1. Question: Which method is used to wrap each matched element with the specified element ?

    A
    wrap(elem)

    B
    wrap(html)

    C
    wrap(text)

    D
    wrapAll(elem)

    Note: Not available
    1. Report
  2. Question: Which method removes all matched elements from the DOM ?

    A
    remove(expr)

    B
    empty()

    C
    removed()

    D
    removeAll([selector])

    Note: Not available
    1. Report
  3. Question: Which event type is occurs when the element loses focus ?

    A
    blur

    B
    focus

    C
    load

    D
    change

    Note: Not available
    1. Report
  4. Question: To append all of the matched elements to another , specified set of elements you should use ?

    A
    after(content)

    B
    append(content)

    C
    appendTo(selector)

    D
    prepend(content)

    Note: Not available
    1. Report
  5. Question: Which method is used to remove all matched elements from the DOM ?

    A
    empty(expr)

    B
    remove(expr)

    C
    removeAll()

    D
    emptyAll()

    Note: Not available
    1. Report
  6. Question: To wrap the inner child contents of each matched element (including text nodes) with an HTML structure you should use ?

    A
    wrapInner(html)

    B
    wrapInner(elem)

    C
    wrapAll(html)

    D
    wrapAll(elem)

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

    A
    change

    B
    blur

    C
    click

    D
    focus

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

    A
    altKey

    B
    data

    C
    mouseup

    D
    unload

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

    A
    click

    B
    dblclick

    C
    keypress

    D
    keydown

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