Documentation Prolog Predicate Reference dom get_by_class/2

get_by_class/2

Get HTML elements with the same class.

Description

get_by_class( +atom, ?htmlObject )

get_by_class(Class, HTMLObject) is true if and only if HTMLObject is an HTML element which has the class Class.

Implementation