jquery.enhsplitter Features Tests
.enhsplitter();
Basic splitter, default options.
.enhsplitter({height: '4em', handle: 'none'});
.enhsplitter({limit: 0, handle: 'block'});
Bar should be able to go all the way to either side, but should not overlap borders.
.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.
.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.
.enhsplitter({handle: 'bar'});
Bar style handle.