jquery.enhsplitter Features Tests

.enhsplitter(); Basic splitter, default options.
One
Two
.enhsplitter({height: '4em', handle: 'none'});
One
Two
.enhsplitter({limit: 0, handle: 'block'}); Bar should be able to go all the way to either side, but should not overlap borders.
One
Two
.enhsplitter({orientation: 'horizontal', height: 300, position: '5%', limit: 30}); Attempt to make the starting position smaller than the defined limit. The splitter should override this, leaving the text in the first panel visible.
One
Two
.enhsplitter({limit: -10, position: '120%'}); Attempt to break limit and position settings. Splitter should start within the container and remain unable to go beyond its limits.
One
Two
.enhsplitter({handle: 'bar'}); Bar style handle.
One
Two