0

ID :sliderBtn として画像を使用しました

そしてそれをスライドさせるために私は書いた:

$("#sliderBtn").slider({
      value:0,
      orientation: "horizontal",
      range: "min",
      max: 100,
      step:1,
      animate: true,
      slide:  function(event, ui) {
             not sure what to write here.
           }
});

スライダーがスライドしません。誰でも私を助けることができますか?? 私は無知で、この分野ではまったく新しいので、愚かな質問をすることになるかもしれません。ありがとう :)

4

1 に答える 1