🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A minimalist (~1kb) jQuery plugin for creating a smooth horizontal accordion component that allows the user to expand & contract items on mouse hover.

Accordion-Slider

Documentation

jquery accordion

######jquery手风琴插件

##Demo ##用法:

//no jquery no works <script src="lib/jquery-1.11.1.min.js"></script> <script src="jquery.accordion.js"></script>  $(document).ready(function(){   $(".accordion").accordion(); });

###自定义参数:

  $(".accordion").accordion({     max:"620px",   //展示项区域的图片宽度     默认620px     min:"140px",   //隐藏区域的图片宽度       默认140px     speed:"5000"   //速度   });

###其他说明:

  • 当前版本v0.0.1

You May Also Like