jquery tools 系列 scrollable(2)
scrollable提供的一系列获取scrollable对象的方法具体使用方式如下: 复制代码 代码如下:var scrollable=$("div.scrollable").scrollable(); //alert(scrollable.getConf().prev);//获取配置对象中的prev属性 scrollable.getConf().speed=200;//设置配置对象的speed属性 //alert(scrollable.getIndex(...