Documentation Prolog Predicate Reference dom get_by_id/2

get_by_id/2

Get an HTML element by its id.

Description

get_by_id( +atom, ?htmlObject )

get_by_id(Id, HTMLObject) is true if and only if HTMLObject is the HTML element identified by Id.

Implementation