Skip to content

lumosmind/jquery.splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Splitter

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

Example

$('#foo').split({
    orientation: 'horizontal',
    limit: 10,
    position: '50%' // if there is no percentage it interpret it as pixels
});

Demo

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

Patch Contributors

  • Robert Tupelo-Schneck
  • Taras Strypko

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.6%
  • HTML 23.9%
  • CSS 7.5%