Description Usage Format Details
All API options for mark.j v8.11.1, excluding the callback functions:
each
, filter
, noMatch
, and done
.
1 |
List with 15 named elements.
Element tag to wrap matches, default is "mark"
.
Class named appended to the match element,
default is ""
.
Vector of element selectors to exclude from match,
default is c()
.
Match algorithm ("partially"
, "complementary"
,
or "exactly"
), default is "partially"
.
(see mark.js API for more details).
List of key-value pairs to consider equivalent,
default is list()
.
Vector of punctuation marks to ignore,
default is c()
.
Matching using wildcards such as "?" and "*"
("disabled"
, "enabled"
, or "withSpaces"
), default is "disabled"
(see mark.js API for more details).
Search within iframe elements, default is FALSE
.
Maximum time (in ms) to wait for load before
skipping an iframe element, default is 5000
.
Search for each space-seperated word instead
of the complete input, default is TRUE
.
Match using diacritic characters, default is TRUE
.
Search for matches across elements,
default is FALSE
.
Case sensitive matching, default is FALSE
.
Skip soft hyphen, zero width space, zero width
non-joiner and zero width joiner, default is FALSE
.
Print debug information to the brower's console,
default is FALSE
.
See the mark.js API for a detailed description of each option. Also see the mark.js Configurator for these options in action.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.