// @ts-nocheck /* jshint -W003 */ /*! * jQuery Expander Plugin - v2.0.2 - 2022-01-29 * https://kswedberg.github.io/jquery-expander/ * Copyright (c) 2022 Karl Swedberg * Licensed MIT (http://kswedberg.mit-license.org/) */ (function(factory) { if (typeof define === 'function' && define.amd) { define(['jquery'], factory); } else if (typeof module === 'object' && typeof module.exports === 'object') { module.exports = factory; } else { factory(jQuery); } })(function($) { $.expander = { version: '2.0.2', defaults: { // the number of characters at which the contents will be sliced into two parts. slicePoint: 100, // a string of characters at which to slice the contents into two parts, // but only if the string appears before slicePoint // Useful for slicing at the first line break, e.g. {sliceOn: '