Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

How to defer javascript?

Started by Muut Archive 11 years ago · 2 replies · 1371 views
11 years ago

I want to ensure my plugin js does not run until the page is loaded by including the 'defer' attribute.

So when adding assets like this:

PHP
$this->assets->add('js', 'plugin://mylist-video-player/js/mylist-player.js');

how do I add the defer attribute so that it will output as:

HTML

<script src="/grav/user/plugins/mylist-video-player/js/mylist-player.js" type="text/javascript" defer></script>
---

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2288 9 years ago
Archive · by Muut Archive, 9 years ago
2 1500 9 years ago
Archive · by Muut Archive, 9 years ago
2 4753 9 years ago
Archive · by Muut Archive, 9 years ago
1 3570 9 years ago
Archive · by Muut Archive, 9 years ago
3 1626 9 years ago