Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed Nov 20, 2013
1 parent a6ef92a commit f93b21d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<title>jQuery ReStable - Responsive tables to list jquery plugin</title>
<meta name="description" content="jQuery ReStable is a very simple and lightweight (~1Kb) jQuery plugin that makes table responsive making them collapse into ul lists.">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="jquery.restable.css">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="../jquery.restable.js"></script>
<link rel="stylesheet" href="../jquery.restable.css">
Expand Down Expand Up @@ -67,7 +66,7 @@ <h1>jQuery ReStable <span>v0.1.0</span></h1>
&lt;/tbody&gt;
&lt;/table&gt;</pre>

<p>Now the only thing to do is to trigger the menu with:</p>
<p>Now the only thing to do is to trigger the action with:</p>

<pre>$(window).ready(function () {
$.ReStable();
Expand Down

0 comments on commit f93b21d

Please sign in to comment.