CNIT 133 Homework 5 - JS Arrays

CNIT 133 Main Page

function

Part1: First part of this assignment requests users to rate the webpage using a radio button. It lets users enter their name, designation, and geographic location. The website uses jQuery validation script to validate the input, radio and checkbox selection and choice of location made by the user.

Part2: Second part of this assignment contains a script that utilizes 2 pulldown menus. The first one utilizes an onchange event handler to launch a search engine of choice. The second one utilizes a "Go" button with an onclick event handler to navigate to a CCSF department webpage after an option is selected.

Part3: Third part of this assignment utilizes a script to loop through a 2 dimensional array containing census information for 6 states: Alabama, Alaska, Arizona, Arkansas, California and Colorado. Users may input the 2 letter abbreviation or full name of a state to retrieve census information of that particular state.