Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denieler/jqueryexpandablelist
jQuery list expandable by ajax requests
https://github.com/denieler/jqueryexpandablelist
Last synced: about 11 hours ago
JSON representation
jQuery list expandable by ajax requests
- Host: GitHub
- URL: https://github.com/denieler/jqueryexpandablelist
- Owner: denieler
- License: other
- Created: 2014-03-10T15:50:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T08:50:56.000Z (over 10 years ago)
- Last Synced: 2023-08-03T06:56:10.897Z (over 1 year ago)
- Language: PHP
- Size: 176 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
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:
```javascript
$(document).ready(function(){
var expandableList = new jQueryExpandableAjaxList({
id: 'expandable-list',
initUrl: 'http://example.com/initUrl',
refreshUrl: 'http://example.com/refreshUrl',
refreshInterval: 5000
});
});
```HTML:
```html
```
#Documentation
[Documentation](https://github.com/DENIELER/jQueryExpandableList/wiki/Documentation)
#Demo
[Demo page](http://devcodereview.ru/jqueryExpandableAjaxList/jquery-expandable-ajax-list-example.html)