Module: holmes

search for dom elements on your page
Source:

(require("holmes"))(options)

search for dom elements on your page
Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Default Description
input string <optional>
'input[type=search]' A querySelector to find the input
find string A querySelectorAll rule to find each of the find terms
placeholder string <optional>
Text to show when there are no results (innerHTML)
Source: