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 dbadc2e commit 76a25b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>jQuery ReStable <span>v0.1.0</span></h1>
<p>To use it you just have to include jQuery and a copy of the plugin in your head or footer:</p>
<pre>&#x3C;script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"&#x3E;&#x3C;/script&#x3E;
&#x3C;script type="text/javascript" src="jquery.restable.min.js"&#x3E;&#x3C;/script&#x3E;
&#x3C;link rel="stylesheet" href="jquery.restable.css"&#x3E;</pre>
&#x3C;link rel="stylesheet" href="jquery.restable.min.css"&#x3E;</pre>

<p>Let's say this is your table:</p>

Expand Down Expand Up @@ -79,7 +79,7 @@ <h1>jQuery ReStable <span>v0.1.0</span></h1>
$('.mytable').ReStable();
});</pre>
<p>If you need more control here's the plugin settings:</p>
<pre>$('.toresponsive').ReSmenu({
<pre>$('.mytable').ReStable({
rowHeaders: true, // Table has row headers?
maxWidth: 480 // Size to which the table become responsive
});</pre>
Expand Down Expand Up @@ -178,4 +178,4 @@ <h2>Credits and contacts</h2>
</div>

</body>
</html>
</html>

0 comments on commit 76a25b5

Please sign in to comment.