/nehan.js

nehan.js is dynamic layout engine, enable to yield paged media in non blocking way.

Primary LanguageJavaScriptOtherNOASSERTION

nehan.js

Introduction

nehan.js is dynamic layout engine written in javascript, enable to yield paged media in non blocking way.

Almost all html5 tags are supported, and further more, vertical layout(lr-tb, rl-tb) supported.

Available on IE8+, Firefox3.5+, Google Chrome4+, Safari3+, Opera10+ etc.

Install

Include css, js in the <head>

<link href="/path/to/nehan.css" type="text/css" rel="stylesheet">
<script src="/path/to/nehan.js" type="text/javascript"></script>

Demo & Document

Quick demo and document is here.

jQuery plugin

jQuery plugin is here.

License

MIT License