Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy loading script-tags #117

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Lazy loading script-tags #117

wants to merge 4 commits into from

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