https://github.com/foogaro/jquery.table.filler
https://github.com/foogaro/jquery.table.filler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foogaro/jquery.table.filler
- Owner: foogaro
- Created: 2012-09-06T10:38:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-13T13:35:45.000Z (almost 13 years ago)
- Last Synced: 2025-01-15T22:23:19.178Z (5 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
table-filler
============This project aims to explain how to create a __jQuery plug-in__ (minimum jQuery version is 1.4.2).
By the way, I'm going to use this example to build a table filler which loads JSON data from a remote and local resource and puts the data into the table as they are retrieved.
Soon I'll start a new jQuery plug-in project based upon this one to handle pagination!
What you need is:
-----------------* jQuery 1.4.2+
* a browser: Firefox 3+ or Chrome 7+ or Safari (I do not have a Mac so...) - never tested on IE and I will not!Why am I sharing this?
----------------------I'm sure I'll need that sooner or later!