Home / CSE MCQs / J Query MCQs ::

CSE MCQs :: J Query MCQs

  1. Select all elements that contain the specified text.
  2. A.
    :contains()
    B.
    :selects()
    C.
    Both
    D.
    None

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Is jQuery a library for client scripting or server scripting?
  4. A.
    Server scripting
    B.
    Client scripting
    C.
    Both of these
    D.
    None

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. The______ method is used to represent an array or an object in serialize manner.
  6. A.
    size()
    B.
    length
    C.
    param()
    D.
    None of these

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Which sign does jQuery use as a shortcut for jQuery?
  8. A.
    $ sign
    B.
    % sign
    C.
    ? Sign
    D.
    None

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. jQuery method is used to perform an asynchronous HTTP request?
  10. A.
    jQuery.ajaxAsync()
    B.
    jQuery.ajaxSetup()
    C.
    jQuery.ajax()
    D.
    None

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. In which year jQuery developed?
  12. A.
    2001
    B.
    2004
    C.
    2005
    D.
    2006

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. Which of the following is/are the sources of Content Distribution Network(CDN) for jQuery.
  14. A.
    jQuery CDN
    B.
    Microsoft CDN
    C.
    Google CDN
    D.
    All of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. What are the methods used to provide effects?
  16. A.
    Show()
    B.
    Hide()
    C.
    Toggle()
    D.
    All of these

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Get the value of a style property for the first element in the set of matched elements.
  18. A.
    .style()
    B.
    .css()
    C.
    Both a and b
    D.
    None

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. --------------- takes a selector as its argument and returns true if at least one of the selected elements also matches the specified selector.
  20. A.
    is()
    B.
    index()
    C.
    each()
    D.
    map()

    View Answer

    Workspace

    Discuss Discuss in Forum