0

I 从右侧搜索滑动面板。

我正在寻找这个组件的替代品:

http://pupunzi.com/mb.components/mb.extruder/demo/demo.html

4

2 回答 2

2

试试这个,它将需要 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

于 2012-09-25T13:26:19.663 回答
1

您可以尝试面板小部件:

https://api.jquerymobile.com/panel/

它具有覆盖或推送选项。

于 2014-04-24T10:09:25.583 回答