Skip to content

denieler/jQueryExpandableList

Repository files navigation

jQueryExpandableList

jQuery list expandable by ajax requests. The list is expanding only appears or disappears list items that are loaded by interval from the url service.

Example of usage:

$(document).ready(function(){
    var expandableList = new jQueryExpandableAjaxList({
        id: 'expandable-list',
        initUrl: 'http://example.com/initUrl',
        refreshUrl: 'http://example.com/refreshUrl',
        refreshInterval: 5000
    });
});

HTML:

<ul id='expandable-list'>
</ul>

#Documentation Documentation

#Demo Demo page

About

jQuery list expandable by ajax requests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages