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

How to defer javascript?

Started by Muut Archive 11 years ago · 2 replies · 1343 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 1999 9 years ago
Archive · by Muut Archive, 9 years ago
2 1342 9 years ago
Archive · by Muut Archive, 9 years ago
2 4549 9 years ago
Archive · by Muut Archive, 9 years ago
1 3401 9 years ago
Archive · by Muut Archive, 9 years ago
3 1493 9 years ago