Documentation Prolog Predicate Reference dom unbind/2

unbind/2

Unbind event linked to an HTML element.

Description

unbind( +htmlObject, +atom )

unbind(HTMLObject, EventType) unlinks all the EventType type events bounded to the HTML elementHTMLObject, so the predicate(s) which was (were) previously linked to it with bind/4 doesn't execute on that event happening.

Implementation