开发者

How can I change my jQuery slider?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜