Documentation Prolog Predicate Reference dom remove_class/2

remove_class/2

Delete a class from an HTML element.

Description

remove_class( +htmlObject, +atom )

remove_class(HTMLObject, Class will remove the class Class from the HTMLObject class attribute. This predicate succeeds regardless of whether HTMLObject has Class or not.

Implementation