From 76a25b57e6b39ccee02add0002b56ce5f44e8b4d Mon Sep 17 00:00:00 2001 From: Alessandro Benoit Date: Wed, 20 Nov 2013 18:22:29 +0100 Subject: [PATCH] Update index.html --- demo/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/index.html b/demo/index.html index ac2c81b..196ede3 100644 --- a/demo/index.html +++ b/demo/index.html @@ -32,7 +32,7 @@

jQuery ReStable v0.1.0

To use it you just have to include jQuery and a copy of the plugin in your head or footer:

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
 <script type="text/javascript" src="jquery.restable.min.js"></script>
-<link rel="stylesheet" href="jquery.restable.css">
+<link rel="stylesheet" href="jquery.restable.min.css">

Let's say this is your table:

@@ -79,7 +79,7 @@

jQuery ReStable v0.1.0

$('.mytable').ReStable(); });

If you need more control here's the plugin settings:

-
$('.toresponsive').ReSmenu({
+			        
$('.mytable').ReStable({
     rowHeaders: true, // Table has row headers?
     maxWidth: 480 // Size to which the table become responsive
 });
@@ -178,4 +178,4 @@

Credits and contacts

- \ No newline at end of file +