Starting from:
$30

$24

10 24 Assignment Solution

This will extend last week's form lab by having you use JQUERY to check the form submission.




You can work with your own code or you can use my solution here




(http://ceclnx01.cec.miamioh.edu/~campbest/cse383/cse383­f18/form/) .




Error Reporong Div Sec on




To each form group I added the following div section which is used to display errors in the form group. <div class="form­error alert alert­danger" id="userError"</div




There is one of these in each form group and the id changes for each group to reflect which error it is reporting.




You will do the following error checking and stop the form from being submitted if all the error checks do not pass. You will also use these div's to report errors to the user.




In the in class assignment you had to do the following. Use that git repository for all your work.




In case you missed the in class lab, here are the instruc ons to setup your repository.




On gitlab, create a repository called 383­1024­<UID­<RandomFourCharacters where uid is your uniqueid and <RandomFourCharacters are four random characters. Eg: My repository would be called 383­1024­campbest­AFTR
Video showing steps to start git project.



Make the following people developers on your project



campbest



liangs9



moorem3



hribalro



Clone this to your public_html/cse383 directory




Code Loca on must be in your git repository




If you did the inclass lab, use the same directory and git repository for this assignment. Simply create a new directory inside this project called form­jquery and put your work in this directory.




Requirements




Add appropriate messages to all the div.form­error tags that tell the user that this field is required. (do this in the tag, not via jquery).



eg: <div class="form­error alert alert­danger" id="userError"Required Field</div



Programmatically (eg; in $(document).ready, add on­change handlers to all form fields that will perform the following checks.



user ­ not blank, at least 3 characters in the user name.



if there is an error, give the user good feedback.



Affiliation ­ one selected



comment ­ not blank, no html tags (eg: no "<" characters), At least 3 words (eg: must have at least 2 spaces)



Car ­ Not blank



Favorite color ­ selected



Programmatically add an on­submit jquery handler that will make sure all the above checks are ok before allowing the submit to occur.



Use good comments in your code



Use good indentation in your code



Your code must pass w3c validation



Use good decomposition (eg: functions)



Replace the simple comment at the top with your name, assignment...



Submit a clickable link to Canvas that includes:



A link to your gitlab project.



A link directly to the html form page.

















More products