1. Question: JQuery is a library of _____

    A
    JavaScript

    B
    PHP

    C
    Java

    D
    VB Script

    E
    CGI Script

    Note: Not available
    1. Report
  2. Question: JQuery library provides _____

    A
    a general-purpose abstraction layer

    B
    a special-purpose abstraction layer

    C
    a data abstraction layer

    D
    application abstraction layer

    E
    none

    Note: Not available
    1. Report
  3. Question: Which of the following is not a feature of JQuery?

    A
    Access parts of a page (int the DOM tree).

    B
    Modify the appearance of a page (CSS).

    C
    Alter the content of a page (Manipulate of page content).

    D
    Respond to a user's interaction with a page (Event).

    E
    Add animation to a page (Effect).

    F
    Simplify common JavaScript task

    G
    AJAX

    H
    SQL Query

    Note: Not available
    1. Report
  4. Question: Why JQuery works well?

    A
    Leverage knowledge of CSS.

    B
    Support extensions.

    C
    Abstract away browser quirks.

    D
    Always work with sets.

    E
    Allow multiple actions in one line.

    F
    None

    Note: Not available
    1. Report
  5. Question: Which is JQuery factory function?

    A
    $()

    B
    (function(){ })

    C
    ${}

    D
    $(this)

    E
    $(){}

    Note: Not available
    1. Report
  6. Question: The factory function $() is a synonym of

    A
    JQuery()

    B
    $j()

    C
    $(function(){})

    D
    $(document);

    E
    none

    Note: Not available
    1. Report
  7. Question: What do you mean by JQuery selector $("strong+em")?

    A
    Selects all elements matched by <em> that immediately follow a sibling element matched by <strong>

    B
    Selects all elements matched by <em> that immediate sibling element matched by <strong>

    C
    Selects all elements matched by <em> that are children of <strong>

    D
    Selects all elements matched by <em> that are descendants of <strong>

    Note: Not available
    1. Report
  8. Question: What do you mean by JQuery selector $("p~ul")?

    A
    Selects all elements matched by <ul> that follow a children element matched by <p>

    B
    Selects all elements matched by <ul> that follow a parent element matched by <p>

    C
    Selects all elements matched by <ul> that follow a sibling element matched by <p>

    D
    Selects all elements matched by <ul> that follow a descendant element matched by <p>

    Note: Not available
    1. Report
  9. Question: What do you mean by JQuery selector $("a[@rel]")?

    A
    Selects all elements matched by <a> that have a rel attribute.

    B
    Selects all elements matched by <a> that do not have a rel attribute.

    C
    Selects all elements matched by <a> that have a @rel attribute.

    D
    Selects all elements matched by <a> that do not have a @rel attribute.

    Note: Not available
    1. Report
  10. Question: What do you mean by JQuery selector $(":parent")?

    A
    Selects all elements that are the parents of another element, including text.

    B
    Selects all elements that are the parents of another element.

    C
    Selects all elements that are the parents of another element, including media.

    D
    None

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