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.
私は jScrollPane を使用しており、すべてのブラウザーでテストしているだけで、IE では機能しないことがわかりました。誰にも提案はありますか。ありがとう。ここにリンクがあります。
ページの後に余分なコンマがありanimateScroll: true,ます...
animateScroll: true,
変化する...
$(this).jScrollPane( { showArrows: false, animateScroll: true, }
に...
$(this).jScrollPane( { showArrows: false, animateScroll: true }
これにより、IE でスクロール ペインが表示されます。