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

v2.5.0 - 29th Mar 2024
Option Triggers

Rendering:

options.onBeforeRender():

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

options.onAfterRender():

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