Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

How to defer javascript?

Started by Muut Archive 10 years ago · 2 replies · 1245 views
10 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 1354 9 years ago
Archive · by Muut Archive, 9 years ago
2 935 9 years ago
Archive · by Muut Archive, 9 years ago
2 4065 9 years ago
Archive · by Muut Archive, 9 years ago
1 2953 9 years ago
Archive · by Muut Archive, 9 years ago
3 1119 9 years ago