1. Question: Which method is used to set the text contents of all matched elements ?

    A
    text()

    B
    text(val)

    C
    content(val)

    D
    html(val)

    Note: Not available
    1. Report
  2. Question: To get the combined text contents of all matched elements you should use ?

    A
    text()

    B
    text(val)

    C
    html(val)

    D
    content()

    Note: Not available
    1. Report
  3. Question: To remove all child nodes from the set of matched elements you should use ?

    A
    empty()

    B
    remove()

    C
    child()

    D
    append()

    Note: Not available
    1. Report
  4. Question: Which method is used to insert content after each of the matched elements ?

    A
    after(content)

    B
    insertAfter(selector)

    C
    prepend(content)

    D
    append(content)

    Note: Not available
    1. Report
  5. Question: Which method is used append content to the inside of every matched element ?

    A
    append(content)

    B
    after(content)

    C
    before(content)

    D
    inside(content)

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