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://pupunzi.com/mb.components/mb.extruder/demo/demo.html
これを試してください。JQueryUIが必要になります。
$('#content').show("slide", { direction: "right" }, 1000, function () { //Do what you want when the animation is finished. });
ドキュメント:http ://docs.jquery.com/UI/Effects/Slide
パネルウィジェットを試すことができます:
https://api.jquerymobile.com/panel/
オーバーレイまたはプッシュオプションがあります。