Edit this page

up.layer up.layer.off(events, [selector], listener)
JavaScript function

Unbinds an event listener previously bound to the current layer.

This is a shortcut for up.layer.current.off(). See up.Layer#off() for more documentation.


Parameters

events string
[selector] stringorFunction(): string optional
listener Function(event, [element], [data])

The listener function to unbind.