Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

JS error tagify on doc page


hey,

on page doc:
https://preview.keenthemes.com/html/metronic/docs/forms/tagify#users-with-avatars

i get on console JS error of:
tagify.js:1 Uncaught ReferenceError: Tagify is not defined

i want to see and use sone of the sections on this page.
i try different browsers without luck.

please fix it.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (6)


Hi,

Sorry for the delay. We have fixed it.

Thank you



Thank you very much!



Hey,

I still see the error on this page.



Hey Sean,

i meant the error accure on your docs:
https://preview.keenthemes.com/html/metronic/docs/forms/tagify

see screenshot of this page:
<img src="https://i.ibb.co/y0Ft7Ym/error-js.png" />

the error not on my app.



Hi,

Thank you for your feedback.

Sure, we will fix it ASAP. When you recheck this page the issue will be fixed.

Regards.



Hi,

Please make sure you run your code on page ready and all core js files are loaded:


KTDom.ready(() => {
// your code.
});


If you include your own script make sure you include it in the page bottom, after the core bundle js.

Regards.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(