Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 307 Bytes

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' 
});