Skip to content
/ SplitJS Public

Horizontal and Vertical Splitters for web applications

Notifications You must be signed in to change notification settings

TrieBr/SplitJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Split JS is a small jQuery plugin that allows you to split an html element vertically or horizontally with a handle to adjust the size.

How to use:

<div id="split1">
                <div class="split-component-1" style="width: 100px;">
            	    First Half
                </div>
                <div class="split-component-2">
            	    Second Half
                </div>
</div>

Then use:

$("#split1").splitIt("vertical");

Visit the github page for a demo here

About

Horizontal and Vertical Splitters for web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published