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 @@
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 @@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