Installing thiss-jquery-pluginΒΆ

Install via npm is straight-forward:

# npm install [--save] @theidentityselector/thiss-jquery-plugin

The thiss-ds package supports both CommonJS-style and ES6 import aswell as old-school CDN delivery. Note that jQuery is not bundled and needs to be provided as an external dependency.

CommonJS:

require("thiss-jquery-plugin");

ES6-style

import '@theidentityselector/thiss-jquery-plugin';

CDN (thanks to unpkg.com)

<script src="//unpkg.com/browse/@theidentityselector/thiss-jquery-plugin" />