Scroll your HTML with jquery.scrollable
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/scrollable
软件介绍
I want to take a bunch of HTML nodes and do following things with them
- make those items scrollable horizotally or vertically
- decide how many items are visible at once
- scroll elements with mouse, arrow keys and mousewheel
- make navigational buttons without programming
- have programmatic actions: next, prev, nextPage, prevPage, seekTo, begin, end
- need to know when list is scrolled with custom event listener
- I want this all in single js file that weights only 3.9 Kb!
I crawled the web and I couldn't find a scrolling solution that does this obvious thing nice and easily - they were too complex to use.
常用算法深入学习实录
张子言 / 电子工业出版社 / 2013-10 / 89.00元
对于任何一门编程语言来说,算法都是程序的“灵魂”。正是因为算法如此重要,所以笔者精心编写了本书,希望通过书中的内容引领广大读者一起探讨学习算法的奥秘,带领广大读者真正步入程序开发的高级世界。 本书共分15章,循序渐进、由浅入深地详细讲解算法的核心内容,并通过具体实例的实现过程演练各个知识点的具体用法。本书首先详细讲解算法的基础知识,剖析了将算法称为“程序灵魂”的原因。然后详细讲解算法技术的核......一起来看看 《常用算法深入学习实录》 这本书的介绍吧!
