Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 270 Bytes

File metadata and controls

15 lines (10 loc) · 270 Bytes
  • 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.