Scroll your HTML with jquery.scrollable

授权协议 未知
开发语言 JavaScript
所属分类 jQuery 插件、 jQuery页面滚动插件
软件类型 开源软件
地区 不详
投 递 者 羊舌兴文
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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.

相关阅读

相关文章

相关问答

相关文档