1. Question: Which of the following syntax is correct for click event handing function in JQuery?

    A
    $(selector).function(click){ }

    B
    $(selector).click(function(){ });

    C
    $.click(function(){ });

    D
    $(click(function(){ });

    Note: Not available
    1. Report
  2. Question: To get a set of elements containing all of the unique immediate children of each of the matched set of elements you should use _____

    A
    childrens(selector)

    B
    offsetChildren(selecto)

    C
    child(selector)

    D
    children(selector)

    Note: Not available
    1. Report
  3. Question: To searches for descendent elements that match the specified selectors you should use ?

    A
    find(selector)

    B
    filter(selector)

    C
    filter(fn)

    D
    closeset(selector)

    Note: Not available
    1. Report
  4. Question: To get a set of elements containing the unique next siblings of each of the given set of elements you should use ?

    A
    find(selector)

    B
    nextAll([selector])

    C
    children([selector])

    D
    next([selector])

    Note: Not available
    1. Report
  5. Question: To reduce the set of matched elements to single element you should use ?

    A
    reduce(selector)

    B
    eq(index)

    C
    gt(index)

    D
    contents(selector)

    Note: Not available
    1. Report
  6. Question: To revert the most recent 'destructive' operation, changing the set of matched elements to its previous state you should use ?

    A
    end()

    B
    last()

    C
    fast()

    D
    contents()

    Note: Not available
    1. Report
  7. Question: To removes elements matching the specified selector from the set of matched elements you should use ?

    A
    not(selector)

    B
    remove(selector)

    C
    is(selector)

    D
    filter(selector)

    Note: Not available
    1. Report
  8. Question: To find all sibling elements in front of the current element you should use ?

    A
    prevAll([selector])

    B
    siblings([selector])

    C
    prevSibling([selector])

    D
    current([selector])

    Note: Not available
    1. Report
  9. Question: Which method is used to return a style property on the first matched element ?

    A
    css(name)

    B
    css(name, value)

    C
    css(properties)

    D
    style(properties)

    Note: Not available
    1. Report
  10. Question: Which method is used to set a single property to a value on all matched elements ?

    A
    css(name)

    B
    css(name, value)

    C
    css(properties)

    D
    offset()

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