Skip to content

akhtar-husain/ajaxLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Ajax Loader

@author: Akhtar Husain akhtar4660@gmail.com

Description

This plugin is used to implement the infinite pagination, To use it simply call the function with selector along with options.

Usage Example

$('#container').ajaxLoader({
limit: 10, 
delay: 1000, 
path: 'ajax.php' 
});

Releases

No releases published

Packages

No packages published