Questions tagged [includejs]
9 questions
5
votes
3 answers
Can you set async defer when using {% includeJsFile %}?
Is there a way to set async defer on a
I'd still like to…
alexr
- 608
- 4
- 11
1
vote
1 answer
Pass Craft field object to JavaScript function
I need to pass an entire Craft object into a JavaScript function. I followed the instructions in this post, however this only covers passing in a string.
{% includeJsFile "/js/homepage.js" %}
{% set myJs %}
playlistData('{{myObject}}');
{% endset…
Molly Harper
- 173
- 5