Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery LateLoad plugin

This plugin will automatically load remote content into containing elements based on attributes.

Usage

HTML:

<div class="lateload" data-src="/path/too/content"></div>

JavaScript:

$(function(){
  $('.lateload').lateLoad();
});

Attributes

  • data-src: The remote URL to load content from

About

Simple jQuery plugin to automatically load remote content into containers on page load

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages