Navigation.POSITION

A static object of Navigation that adheres to the same concept as position of .insertAdjacentElement()

Properties

AFTEREND

Inserts/replaces the DOM after the target element with the contents of href from a Navigation instance.

BEFOREEND

This is the default behavior.

Inserts/replaces the DOM right before closing the target element with the contents of href from a Navigation instance.

Navigation.MODE.REPLACE makes this perform the same operation as AFTERBEGIN.

AFTERBEGIN

Inserts/replaces the DOM right after opening the target element with the contents of href from a Navigation instance.

Navigation.MODE.REPLACE makes this perform the same operation as BEFOREEND.

BEFOREBEGIN

Inserts/replaces the DOM before the target element with the contents of href from a Navigation instance.


Examples

No examples available.