Inserts a common JavaScript library into the HTML document page. This tag allows you to include widely used JavaScript libraries such as jQuery, jQuery UI, and WordPress utility functions.
Basic usage:
{{ document.jslibrary }}
Usage with parameters:
{{ document.jslibrary(Library) }}
Parameters:
Library
(optional) – Select a common JavaScript library to include.
Example:
{{ document.jslibrary("jquery") }}
Leave a Reply
You must be logged in to post a comment.