Test Status
      JSJQUERYTEST9
      (A) Validating a form
      (B) Sending a form's contents by email
      (C) Storing the form's contents to a database file on the server
      (D) None of the above
      (A) JavaScript that doesn't annoy users
      (B) JavaScript that is separate from HTML
      (C) JavaScript that does not affect a web page
      (D) JavaScript that works even with scripting turned off
      (A) $.support
      (B) $.browser
      (C) $.featureTest
      (D) $.browserTest
      (A) Free up the $ symbol for use by other libraries
      (B) Improve compatibility
      (C) Remove all jQuery variables from the global scope
      (D) All of the above
      (A) Badaboom
      (B) Mango
      (C) Sizzle
      (D) AwesomeX
      (A) eventBind
      (B) bind
      (C) attach
      (D) eventAttach
      (A) $.get(url,data,callback,type)
      (B) $.ajax(options)
      (C) $.post(url,data,callback,type)
      (D) $.getScript(url,callback)
      (A) click()
      (B) error()
      (C) event.pageX
      (D) click.error()
      (A) They allow you to determine if a number is odd or even.
      (B) They allow you to determine if a specific element is in an odd or even position.
      (C) None of the above
      (A) getElementById
      (B) getElementByClassName
      (C) getElementByTagName
      (D) None of the above
      (A) The Each function allows you to loop though every element in a parent element.
      (B) The Each function allows you to put the word "Each" into each element
      (C) The Each function allows you to loop through different elements with a class or ID.
      (D) None of the above.
      (A) Mouseover allows you to specify an optional function to use for the mouseout event
      (B) Hover allows you to specify an optional function to use for the mouseout event
      (C) No Difference; Mouseover and Hover are the same
      (A) alert("Write some text here")
      (B) confirm("Write some text here")
      (C) prompt("Write here some text","Write default value here")