Skip to content

Commit 7872e7e

Browse files
committed
Create README.md
1 parent d0d2cd6 commit 7872e7e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
jQuery ReStable
2+
========
3+
4+
**jQuery ReStable** is a very simple and lightweight (~1Kb) jQuery plugin that make tables responsive making them collapse into ul lists.
5+
6+
To use it you just have to include jQuery and a copy of the plugin in your head or footer:
7+
8+
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
9+
<script type="text/javascript" src="jquery.restable.min.js"></script>
10+
<link rel="stylesheet" href="jquery.restable.css">

0 commit comments

Comments
 (0)