.mouseout()


.mouseout( handler )傳回:jQuery已棄用版本:3.3

說明:將事件處理常式繫結至「mouseout」事件,或在元素上觸發該事件。

此 API 已棄用。

取代 .mouseout( handler ).mouseout( eventData, handler ),請分別使用 .on( "mouseout", handler ).on( "mouseout", eventData, handler )

取代 .mouseout(),請使用 .trigger( "mouseout" )