1. 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
  2. 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
  3. Question: To get the top and left position of an element relative to its offset parent you should use ?

    A
    position()

    B
    offset()

    C
    top()

    D
    relative()

    Note: Not available
    1. Report
  4. Question: Which method is used to set the CSS height of every matched element ?

    A
    height(val)

    B
    height()

    C
    innerHeight()

    D
    innerHeight(val)

    Note: Not available
    1. Report
  5. Question: To get the current computed, pixel, width of the first matched element you should use ?

    A
    width(val)

    B
    width()

    C
    innerWidth()

    D
    position(val)

    Note: Not available
    1. Report
  6. Question: To gets the scroll left offset of the first matched element you should use ?

    A
    scrollLeft(val)

    B
    scrollLeft()

    C
    scroll(val)

    D
    scrollTpo()

    Note: Not available
    1. Report
  7. Question: Which are the JQuery CSS method ?

    A
    height()

    B
    offset()

    C
    position()

    D
    append()

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