- Object structure remove, create Class.
- Create Public and Private methods / variables.
- Change file names.
- Change declaration:
jQueryForm.method() is deprecated.
new jQueryForm().method()
OR
var variable = new jQueryForm(); variable.method();
are the new way.