Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
slides.js には実質的にドキュメントがありません。スライドを自動的に変更するように設定し、前/次のボタンを非表示にしました。「停止/再生」ボタンも非表示にする方法はありますか?
$(function () { $("#slides").slidesjs({ play: { active: false, /* this hides the stop/play button */ auto: true, interval: 5000, swap: true } }); });