Skip to content

sshyun/DColumn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

sshyunsshyun
sshyun
and
sshyun
Apr 2, 2015
a097d8c · Apr 2, 2015

History

6 Commits
Apr 2, 2015
Apr 2, 2015
Apr 2, 2015
Mar 23, 2015
Apr 2, 2015
Apr 2, 2015
Apr 2, 2015
Apr 2, 2015

Repository files navigation

DColumn

Dynamic Columns Viewer

Dcolumns is Module that will split the web contents document automatically. It offers the ability to be viewed by turning the split screen after the screen split.

Requirement

  • jQuery 2.x

How to build

  1. npm install
npm install
  1. bower install
bower install

Usage

<div id="contents">Long web contents.....</div>
var viewer = new Dcolumns($("#contents"), {
	"nColumPadding" : 10,  // column padding
	"nMarginHeight" : 0,   // margin height
	"nMarginWidth" : 0,    // margin width
	"nAdjustAngle" : 45    // flicking angle

});
viewer.load();

Relese Note

v0.0.1

  • Module Open

Contributing

Please send me a pull request so that this can be improved.

License

This is released under the MIT license.

About

Dynamic Columns Viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published