WebFund 2013W Lecture 9: Difference between revisions
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..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Audio== | |||
Audio from the lecture given on February 5, 2013 is available [http://homeostasis.scs.carleton.ca/~soma/webfund-2013w/comp2406-2013w-lec9-05Feb2013.m4a here]. | |||
==Questions== | ==Questions== | ||
# The form will work fine from the server's perspective even if you remove all the <tt>script</tt> and <tt>link</tt> lines the page's <tt>head</tt>. (true/false) | # The form will work fine from the server's perspective even if you remove all the <tt>script</tt> and <tt>link</tt> lines the page's <tt>head</tt>. (true/false) |
Latest revision as of 16:08, 6 February 2013
Audio
Audio from the lecture given on February 5, 2013 is available here.
Questions
- 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)
- This form validates on every keypress. (true/false)
- The form validates only if you enter a pre-defined country. (true/false)
- The "control group" class is used by the core jQuery code. (true/false)
- In the context of FormExample(), $ is a global variable. (true/false)