uzairfarooq / arrive

Watch for DOM elements creation and removal
MIT License
874 stars 99 forks source link

Add onceOnly option for leave events #89

Closed uzairfarooq closed 6 days ago

uzairfarooq commented 6 days ago

Add onceOnly option support for leave events

Description

This PR adds support for the onceOnly option to leave events, making the behavior consistent with arrive events. The onceOnly option allows the leave callback to be executed only once before automatically unbinding the event.

Changes

Example Usage