minor
This commit is contained in:
parent
4d60cd525f
commit
07d1188bfa
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,6 @@ In the example below:
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
Your email please: <input type="email" id="input">
|
Your email please: <input type="email" id="input">
|
||||||
<input type="text" style="width:200px" placeholder="make email invalid and try to focus here">
|
|
||||||
|
|
||||||
<div id="error"></div>
|
<div id="error"></div>
|
||||||
|
|
||||||
|
@ -69,6 +68,7 @@ For instance, let's make the visitor unable to leave the input if the value is i
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
Your email please: <input type="email" id="input">
|
Your email please: <input type="email" id="input">
|
||||||
|
<input type="text" style="width:200px" placeholder="make email invalid and try to focus here">
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
input.onblur = function() {
|
input.onblur = function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue