📜  jQuery Mobile-事件

📅  最后修改于: 2020-12-08 06:32:07             🧑  作者: Mango


jQuery Mobile允许创建动态网页。通过使用事件,您可以在元素上设置事件驱动的过程,这些过程由用户的交互触发,例如,鼠标单击,元素上的鼠标悬停,键盘上的按键按下等。

下表列出了jQuery Mobile支持的一些移动设备事件。

Sr.No. Event & Description
1 jQuery Mobile Events

It responds to user interaction when the user clicks on a certain page or hovers the mouse over an element, etc.

2 jQuery Touch Events

It provides touch events when the user touches the screen.

3 jQuery Scroll Events

It fires the scroll events when the user scrolls up and down.

4 jQuery Orientation Event

It triggers the orientation event when the user rotates the device vertically or horizontally.

5 jQuery Page Events

It provides the page events when the user hides, creates, loads, or unloads the pages.