Documentation Prolog Predicate Reference dom unbind/3

unbind/3

Unbind events linked to an HTML element which execute a certain goal.

Description

unbind( +htmlObject, +atom, ?callable_term )

unbind(HTMLObject, EventType, Goal) behaves as unbind/2, but this one only unlinks the previously linked goals which unify with Goal. If Goal is not instantiated, this predicates behaves exactly as unbind/2

Implementation