reqwest
reqwest copied to clipboard
Handlebars
I'm trying to load a pre-compiled handlebars template using reqwest and i'm having no luck.
With jQuery i can use $.getScript, or type: 'script' with ajax. I'm trying to do the same with reqwest, but i doesn't really work.
Does anyone actually managed to work with both together?
Thanks