Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jquery.slider

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery.slider

jquery plugin for slider

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

jquery.slider

this is a jquery plugin for slider ###用法

$('selector').slider( options );

###options 参数列表

options = {
	direction: "x", //滚动放向
	next: ".J_next", //下一个按钮
	prev: ".J_prev", //上一个按钮
	disableClass: "disabled", //禁止上下滚动点击
	auto: 5000, //是否自动滚动,动画间隔延迟时间 如果时间为0 关闭自动滚动
	speed: 500, //动画时间
	// loop:false,  //是否循环
	scrollnum: 4, //同时滚动个数
	itemview: 4, //显示个数
	itemWarp: '.itemWarp', //显示item列表的warp
	itemwidth: null, //item宽度
	itemheight: null, //item高度
};

the licese MIT

Keywords

FAQs

Package last updated on 27 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc