How to allow <script> tag in Slick.js

Asked

Viewed 31 times

0

Hi, I’m using the Slick.js carousel, and I was wondering if anyone knows how to allow the tag to appear on the carousel content.

Demo of Slick.js

Example of how I want to use:

Standard Slick code:

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

How I want to wear:

<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>
  • The documentation does not understand to do so, so does not allow to use so, it is with div even ...

  • Virgilio wouldn’t there be a way to tweak and edit?

  • Of course you do, but that’s creating a new package to be made

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.