Skip to content

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

Notifications You must be signed in to change notification settings

hasbridge/jquery-lateload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published