In this tutorial, we will discuss about 'select ' form event to display message when we select something inside input box.
In this tutorial, we will discuss about 'select ' form event to display message when we select something inside input box.In this tutorial, we will discuss about 'select ' form event to display message when we select something inside input box. In this Example, two input text box are given , when we select something inside text box , it will display message "Some text was selected" . This is due to the "select" event .
selectFormEvent.html
<!DOCTYPE html> |
OUTPUT
When we select some text inside inputs :