🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight jQuery split/layout plugin that creates vertical bars to divide the container into several resizable sections.

Split-Layout

Documentation

SplitterBar

This is a jQuery plugin intended to be used for future web applications.

How to use

Import the JavaScript file provided and then set up your HTML in the following way:

<div class="unique_class_name">     <div class="left">         <!-- Left side content>  -->     </div>     <div class="right">         <!-- Right side content> -->     </div> </div> 

...and then call the SplitterBar function on the div identifiable by the class name unique_class_name.


You May Also Like