1.0.5 • Published 7 years ago

jquery-simple-splitter v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

jquery.splitter.js

Simple splitter for jquery

DEMO

Install

npm install jquery-simple-splitter

Usage

Simple horizontal split is like this.

<script>
$(function() {
  $("#workspace").splitter({
    "orientation": "horizontal",
    "limit": 100
  });
});
</script>

The target element must have only two elements. And must not have other.

See demo.html

Settings

  • orientation - "horizontal" or "vertical". If omitted, default is "horizontal"
  • limit - int. Minimum size of left(top) element.
  • keepLeft - boolean. When window resized, keep left(top) size or not.
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

9 years ago

1.0.0

9 years ago