12
JavaScript Forms Ivan Matiishyn January, 2014

[SoftServe IT Academy] JavaScript Forms

Embed Size (px)

Citation preview

JavaScript

Forms

Ivan Matiishyn

January, 2014

Agenda

▪ DOM Level 0

▪ HTML-Collections

▪ HTMLFormElement

▪ HTMLInputElement

▪ HTMLTextAreaElement

▪ HTMLSelectElement & HTMLOptionElement

▪ Add/Remove option in select element

▪ Form Validation

▪ References and sources

DOM Level 0

HTML-Collections

HTMLFormElement

▪ Properties ▪ Methods

HTMLInputElement

▪ Properties ▪ Methods

HTMLTextAreaElement

▪ Properties ▪ Methods

HTMLSelectElement &

HTMLOptionElement

▪ Properties ▪ Methods ▪ Properties

Add/Remove option in

select element

▪ Remove

▪ Add

HTML5 APIs

▪ APIs for the text field selections (w3c)

▪ File APIs (w3c)

Form Validation

▪ HTML5 form elements

▪ RegExp

▪ Masks

▪ Text / Number

Questions?