remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -4,8 +4,6 @@ Forms and control elements, such as `<input>` have a lot of special properties a
Working with forms can be much more convenient if we know them.
[cut]
## Navigation: form and elements
Document forms are members of the special collection `document.forms`.

View file

@ -10,8 +10,6 @@ Losing the focus generally means: "the data has been entered", so we can run the
There are important peculiarities when working with focus events. We'll do the best to cover them here.
[cut]
## Events focus/blur
The `focus` event is called on focusing, and `blur` -- when the element loses the focus.

View file

@ -6,8 +6,6 @@ The method `form.submit()` allows to initiate form sending from JavaScript. We c
Let's see more details of them.
[cut]
## Event: submit
There are two main ways to submit a form: