htmlQuery

Returns the specified HTML section(s).

Input Parameters:

{{ <html_value> | htmlReplace: '<HTML selector>', '<return value (optional)>', '<negative HTML selector (optional)>' }}

HTML selector

The HTML selector value can be any class, tag, or id.

Every matching selector value will be appended to the previous output.

return value (optional)

The value to return the HTML as.

Can either be innerhtml, outerhtml, nodename, or text

Allowing the output to either be HTML output or converted to just the text in the HTML tags.

negative HTML selector

The negative HTML selector value can be any class, tag, or id.

This will remove any HTML values that match from the output.

Last updated