You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use it on my project, where I just Handlebars.JS to render dynamic content.
However, when I just Ajaxify then the Script-tags (that Handlebars use for templating), gets converted to DIV-tags and are rendered in the DOM.
Is it possible to remain the script-tags as script-tags, so Handlebars understands them again?
The text was updated successfully, but these errors were encountered:
Hi guys,
Great plugin.
I would like to use it on my project, where I just Handlebars.JS to render dynamic content.
However, when I just Ajaxify then the Script-tags (that Handlebars use for templating), gets converted to DIV-tags and are rendered in the DOM.
Is it possible to remain the script-tags as script-tags, so Handlebars understands them again?
The text was updated successfully, but these errors were encountered: