Skip to content

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

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors