today I got an assignment from my school and I am bit confused about it, what this assignment ask me to do, here I paste the same
Assignment:
Design and code a jQuery Plugin to process change log for a rendered html form.
1) You need to store the initial values set to the form inputs.
2) On submit of form, you need to calculate the changes made to the form values.
3) Add the change log object as “changelog” parameter to the form.
can anyone figure out what this assignment ask to do? Thanks in advance
Take a look at:
http://docs.jquery.com/Main_Page
You need a form with a script reference to the jquery plugin.
You can write the code first in plain JS/HTML and put it together in the plugin afterwards.
Something like this for starters: