windows7 sample pitcher
jQuery
$(function() { $('.bxslider').bxSlider({ auto: true, autoControls: true, speed:500, stopAutoOnClick: true, pager: true, captions: true, responsive: true }); });
キャプションはHTMLでimg要素のtitle属性として指定します。
jQuery
$(function() { $('.bxslider').bxSlider({ auto: true, autoControls: true, speed:500, stopAutoOnClick: true, pager: true, captions: true, responsive: true }); });
キャプションはHTMLでimg要素のtitle属性として指定します。