Categories

Event

Erica Saunders May 10, 2016
Rating: 5.0/5. From 1 vote.
Please wait...

Event is a browser signal about something happening on your website. Javascript can react to it and perform some changes to site objects, when a certain event occurs. There are various HTML events, like onclick (the action is performed when user click on some item), onmouseover (the action is performed on the cursor hover), onload (the action starts after the page content was fully loaded), etc. Click here to check the full list of the HTML DOM events. So, an event is a way of the website to respond to changes, performed by user, e.g. when the user hovers a menu item, it changes its color or resizes. Feel free to visit this page to try live examples of events handling and check for more info.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.