Skip to content

Lazy loading script-tags#117

Open
9uenther wants to merge 4 commits intodinbror:masterfrom
9uenther:master
Open

Lazy loading script-tags#117
9uenther wants to merge 4 commits intodinbror:masterfrom
9uenther:master

Conversation

@9uenther
Copy link

@9uenther 9uenther commented Nov 9, 2016

The changes let me now load script-tags dynamically, when a defined parent element is shown in the viewport. You can also omit the parent id, in that case the real parent is used to load the script.

Following example shows the usage with google-maps:

<div id="map"></div>
<script class="b-lazy" data-parent="map" data-src="https://maps.googleapis.com/maps/api/js?key=mySuperSecretAPIkey&#038;callback=initMap" async defer></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant