which will then be called upon form submission.
Utils.select.byName Utils.select.byTagName Utils.select.byClassName Utils.select.byId Utils.select.query Utils.select.queryAll Utils.select.forms Utils.select.allForms
which are passed to eval, which allows them to be called with the selected method. They are provided with type hints to guide input.
eval
For example, calling Utils.select.tagName with input of:
Utils.select.tagName
document
and
"*"
would select all applicable elements on the page, which would then be highlighted for visual feedback.
doc (Document || Element)
tag (String (with quotations))
Results will be highlighted.
Erase Results