Syntax.js - Documentation - Configuration Custom Triggers

Below is a list of all the configuration custom triggers supported in Syntax.js, which are fired when specific actions occur.

Download Now

v3.0.1 - 18th Jul 2024
Option Triggers

Rendering:

options.events.onBeforeRender():

Fires before the DOM elements are rendered (if any are found).

options.events.onAfterRender():

Fires after the DOM elements are rendered (if any are found).