Scroll Box

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 公良阳波
操作系统 未知
开源组织
适用人群 未知
 软件概览

A plugin which allows adding and removing items from a list with a smooth scrolling animation.

  • HTML Scrollbox This page contains HTML scrollbox code and examples. You can copy/paste this code into your website or blog. What is an HTML Scrollbox? An HTML scrollbox is basically a box with scrollb

  • 第一步,引入js <script src="js/jquery.min.js"></script> <script src="js/jquery.scrollbox.js"></script> 第二步调用: $(document).ready(function(){     //首页滚动     $('.tab-h-list').scrollbox();      }); 注意事项: .tab-h

  • procedure TForm1.FormMouseWheel(Sender: TObject; Shift: TShiftState; WheelDelta: Integer; MousePos: TPoint; var Handled: Boolean); begin if WheelDelta < 0 then ScrollBox1.Perform(WM_VSCROLL,SB