Is it possible to get the initial value of a form input field?
For example:
Try this:
$("#one")[0].defaultValue;