Skip to content

Commit

Permalink
Update test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilton Janfield committed Sep 13, 2015
1 parent 16b2ce9 commit aa556bc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,15 @@
<h1>jquery.enhsplitter Features Tests</h1>

<p>
<a href="demo.html">Demo and Documentation</a>.
<a href="demo.html">Demo and Documentation</a>
</p>
<p>
This test file uses jQuery 1.8.0, the minimum required version, to ensure there are no version compatibility breaks.
</p>
<p>
Splitters on this test page have been manually colored transparent to ensure the panels retain their proper size
during feature tests. Handles and borders remain for visual identification.
</p>

<script>
// Example of setting defaults.
Expand Down Expand Up @@ -161,7 +167,9 @@ <h1>jquery.enhsplitter Features Tests</h1>
}
},
'Demonstration of onDrag event by setting up a crappy handle size animation.<br>' +
'Handle should pulsate in size as mouse moves left/right.'
'Handle should pulsate in size as mouse moves left/right.<br>' +
'This entire page also demonstrates the onDrag event; an onDrag function is used to show the panel pixel' +
'sizes when dragging splitters around.'
);


Expand Down

0 comments on commit aa556bc

Please sign in to comment.