Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update demo page
  • Loading branch information
bgrins committed Nov 2, 2011
1 parent 2741fd4 commit 301d9a0
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions index.html
Expand Up @@ -146,15 +146,20 @@ <h2>Usage</h2>

<h2>Highlights</h2>
<p>What makes this plugin cool?</p>
<div class='example exampleResize'>
<h3>Resize friendly</h3>
<p>
Content automatically resizes <em>without using the window.resize event</em>!
</p>
<ul>
<li><a href='http://www.alistapart.com/articles/expanding-text-areas-made-elegant/'>Expanding Text Areas Made Elegant</a></li>
<li>Mobile Friendly</li>
<li>Wide browser support. Works in IE6+, Safari, Chrome, Firefox, Opera</li>
<li>No <code>cols</code> hacks, or counting characters</li>
<li>Easy to style</li>
<li>Resize Friendly.
Content automatically resizes <em>without using the window.resize event or JavaScript to calculate sizes</em>!

<textarea class='expanding'>Resize your browser window to make this switch from one line to two, or two lines to three. Try copying and pasting more content in then resizing.</textarea>
</ div>
</li>

<textarea class='expanding'>Resize your browser window to make this switch from one line to two, or two lines to three. Try copying and pasting more content in then resizing.</textarea>
</div>

</ul>
</div>


Expand Down

0 comments on commit 301d9a0

Please sign in to comment.