开发者

JQuery for scroll menu

开发者 https://www.devze.com 2023-02-05 13:45 出处:网络
I am trying to make a scroll bar ( just like the below example ) http://samples.infragistics.com/2010.3/WebFeatureBrowser/W开发者_开发百科ebDataMenu/Scrolling/WebDataMenuScrolling.aspx

I am trying to make a scroll bar ( just like the below example ) http://samples.infragistics.com/2010.3/WebFeatureBrowser/W开发者_开发百科ebDataMenu/Scrolling/WebDataMenuScrolling.aspx

Its the 2nd example ( verticle one )

I was thinking of doing this in JQuery. Can anyone point me into the right direction on the steps i need to do to make this work? It should hide the down image as soon as it hits the last record too.

Cheers


You can take a look at existing jQuery plugins for menus

Either take one that works for you, or read the source / documentation / blogs and learn how to make one. You should


There are many plugins that fit the need. Google jquery content slider plugins

Also, you could look at the code for http://jqueryui.com/demos/slider/#tabs

0

精彩评论

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