How to allow script tag in Slick.js

0
Hello, I'm using the Slick.js carousel, and I wonder if anyone knows how to allow the tag to appear in the carousel content.

Demo of Slick.js

Example how I want to use:

Default Slick code:

<div class="your-class">
    <div>your content</div>
    <div>your content</div>
    <div>your content</div>
  </div>

How I want to use:

<div class="your-class">
    <script type="text/template">your content</script>
    <script type="text/template">your content</script>
    <script type="text/template">your content</script>
  </div>
    
asked by anonymous 02.09.2017 / 16:25

0 answers