资 源 简 介
JQuery plugin.
Create a table that has fixed rows and columns.
If a html includes jquery-em plugin, the width and the height of the table will be adjusted properly and automatically when you change font-size of a browser.
http://code.google.com/p/jquery-em/
```
$("#table-div").richTable({rows:2, cols:1});
```