jQuery:向左滑动切换

时间:2012-03-08 05:31:44

标签: jquery jquery-animate slidetoggle

使用以下jsFiddle:http://jsfiddle.net/Kb7Fp/

如何通过从右到左滑动动画来显示内容?

MS Visual Studio调试器给我:Microsoft JScript运行时错误:当我使用$ (this).children('div').show("slide", { direction: "left" }, 1000);时,对象不支持属性或方法'[object Object]'

slideToggle的jQuery文档并未真正涵盖路线。

1 个答案:

答案 0 :(得分:3)

如果要在该丰富的表单中使用.show(“...”),则可能需要下载JqueryUI插件here作为支持。

在此处查看结果:http://jsfiddle.net/Alex_seed/Kb7Fp/22/

当然,如果没有插件,您还可以使用现有的jquery函数组合效果。瞥一眼这些主题:

http://www.dynamicdrive.com/forums/showthread.php?t=41329 http://www.codingforums.com/showthread.php?t=157709

希望这些会有所帮助