WebFund 2013W Lecture 9

From Soma-notes
Revision as of 13:10, 5 February 2013 by Soma (talk | contribs) (Created page with "==Questions== The first four of the following questions are all on demo-jquery-ui example covered in tutorial last week. # The form will work fine from the server's perspect...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Questions

The first four of the following questions are all on demo-jquery-ui example covered in tutorial last week.

  1. The form will work fine from the server's perspective even if you remove all the script and link lines the page's head. (true/false)
  2. This form validates on every keypress. (true/false)
  3. The form validates only if you enter a pre-defined country. (true/false)
  4. The "control group" class is used by the core jQuery code. (true/false)
  5. In the context of FormExample(), $ is a global variable. (true/false)