最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

.unload()

.unload( handler(eventObject) ) Returns: jQuery

Description: Bind an event handler to the "unload" JavaScript event.

  • version added: 1.0.unload( handler(eventObject) )

    handler(eventObject)A function to execute when the event is triggered.

  • version added: 1.4.3.unload( [ eventData ], handler(eventObject) )

    eventDataA map of data that will be passed to the event handler.

    handler(eventObject)A function to execute each time the event is triggered.

This method is a shortcut for .bind('unload', handler).

The unload event is sent to the window element when the user navigates away from the page. This could mean one of many things. The user could have clicked on a link to leave the page, or typed in a new URL in the address bar. The forward and back buttons will trigger the event. Closing the browser window will cause the event to be triggered. Even a page reload will first create an unload event.

The exact handling of the unload event has varied from version to version of browsers. For example, some versions of Firefox trigger the event when a link is followed, but not when the window is closed. In practical usage, behavior should be tested on all supported browsers, and contrasted with the proprietary beforeunload event.

Any unload event handler should be bound to the window object:

$(window).unload(function() {
  alert('Handler for .unload() called.');
});

After this code executes, the alert will be displayed whenever the browser leaves the current page. It is not possible to cancel the unload event with .preventDefault(). This event is available so that scripts can perform cleanup when the user leaves the page.

Example:

To display an alert when a page is unloaded:

$(window).unload( function () { alert("Bye now!"); } );
jQuery 1.6 API 中文版腳本之家整理、修訂 (2011年6月)
苍南县| 阳朔县| 特克斯县| 桐梓县| 福泉市| 罗城| 天津市| 上犹县| 横山县| 台湾省| 惠东县| 苏尼特左旗| 潞西市| 开阳县| 忻州市| 西安市| 武鸣县| 铜陵市| 闻喜县| 凭祥市| 吉安县| 越西县| 镇江市| 东光县| 镇安县| 昌宁县| 衢州市| 澳门| 三明市| 宁晋县| 洛阳市| 麻江县| 丹棱县| 工布江达县| 桃园市| 阿拉善左旗| 平邑县| 鱼台县| 华容县| 德庆县| 湘潭市|