视图分割工具 Split.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/nathancahill/Split.js
软件介绍
Split.js 是一个轻量级的 JavaScript 工具,用于创建可调整的分割视图或者窗格。视图可以水平或者垂直分割,在两个元素间可以插入可拖动的 gutter。
示例代码:
.gutter { background-color: #eee; background-repeat: no-repeat; background-position: 50%;
cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab;
}.gutter.gutter-horizontal { background-image: url('grips/vertical.png');
}.gutter.gutter-vertical { background-image: url('grips/horizontal.png');
}Agile Web Development with Rails 4
Sam Ruby、Dave Thomas、David Heinemeier Hansson / Pragmatic Bookshelf / 2013-10-11 / USD 43.95
Ruby on Rails helps you produce high-quality, beautiful-looking web applications quickly. You concentrate on creating the application, and Rails takes care of the details. Tens of thousands of deve......一起来看看 《Agile Web Development with Rails 4》 这本书的介绍吧!
