开发者

How can I change my jQuery slider?

开发者 https://www.devze.com 2023-03-07 12:39 出处:网络
I\'m using a slide like the one on this link. I would like to change the fun开发者_JAVA技巧ction from sliding to dropping. Any insights?

I'm using a slide like the one on this link. I would like to change the fun开发者_JAVA技巧ction from sliding to dropping. Any insights?

http://unlimited.ndot.in/


I have seen the code $("div").click(function () { $(this).hide("slide", { direction: "down" }, 1000); }); in the slider plugin documentation.

Good luck.

0

精彩评论

暂无评论...
验证码 换一张
取 消