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.
I 从右侧搜索滑动面板。
我正在寻找这个组件的替代品:
http://pupunzi.com/mb.components/mb.extruder/demo/demo.html
试试这个,它将需要 JQuery UI。
$('#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/
它具有覆盖或推送选项。