Skip to content

jQuery Splitter is plugin that split your content with movable splitter between them

License

Notifications You must be signed in to change notification settings

Almerxsese/jquery.splitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Splitter

jQuery Splitter is plugin that split your content with movable splitter between them.

Example

$('#foo').height(200).split({
    orientation: 'vertical',
    limit: 10,
    position: '50%' // if there is no percentage it interpret it as pixels
});
<div id="foo">
    <div id="leftPane">Foo</div>
    <div id="rightPane">Bar</div>
</div>

Note: You need to set the height of the container for splitter to work.

Options

  • orientation - string 'horizontal' or 'vertical'.
  • limit - number how many pixels where you can't move the splitter on the edge.
  • position - number or string with % indicate initial position of the splitter.

Demo

http://jquery.jcubic.pl/splitter.php

Patch Contributors

Lincense

Copyright (C) 2010-2013 Jakub Jankiewicz <http://jcubic.pl>

Released under the terms of the GNU Lesser General Public License

About

jQuery Splitter is plugin that split your content with movable splitter between them

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.0%
  • HTML 21.9%
  • CSS 10.1%