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.
例を参照 http://www.gigya.com/ (フッター)
jquery を使用したスライドがあります。そのスライドの作成方法を教えてください。
あなたは使用することができます
EasySliderプラグイン
使用法
$(document).ready(function(){ $("#slider").easySlider(); });
ここで、sliderは、スライドが配置されているコンテナdivのIDです。