Events

jQuery Mobile allows to create dynamic web pages. By using events, you can set up event-driven process on the elements, which are triggered by the user’s interaction such as mouse click, mouse hover on an element, key press on the keyboard, etc.

Following table lists some of the events for the mobile devices, which are supported by jQuery Mobile.

Sr.No.Event & Description
1jQuery Mobile EventsIt responds to user interaction when the user clicks on a certain page or hovers the mouse over an element, etc.
2jQuery Touch EventsIt provides touch events when the user touches the screen.
3jQuery Scroll EventsIt fires the scroll events when the user scrolls up and down.
4jQuery Orientation EventIt triggers the orientation event when the user rotates the device vertically or horizontally.
5jQuery Page EventsIt provides the page events when the user hides, creates, loads, or unloads the pages.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *