We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d2cd6 commit 7872e7eCopy full SHA for 7872e7e
README.md
@@ -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