spx-append

Executes an append replacement upon visit, where the array list values are used as targets. Index [0] will append itself to the index [1] selector value. Multiple append actions can be defined. Each append action is recorded and marked after execution in the DOM as a prevention measure.

Tags

The spx-append attribute can be used on the following tags:

  • <a>

Values

This attribute is a string[][] type and expects a list of valid element selectors to be provided.

  • (['.foo', '.bar'])
  • (['.foo' , '.bar'], ['#baz', '#qux'])

The surrounding parenthesis () characters are optional and can be omitted.

Example

PAGE 1

PAGE 2