您可以使用jQueryUI中的其他效果来执行此操作:
快速示例:
$(this).hide("slide", { direction: "left" }, 1000);$(this).show("slide", { direction: "left" }, 1000);
您可以使用jQueryUI中的其他效果来执行此操作:
快速示例:
$(this).hide("slide", { direction: "left" }, 1000);$(this).show("slide", { direction: "left" }, 1000);