jquery 通行费列表与覆盖 &可滚动列表..问题
您好,我对 jquery 比较陌生,但我想看看是否有人可以为我提供对此的任何见解。
我这里有一个自动滚动列表,具有叠加功能。
http://www. freestylemovement.com/secret/3.html
我想要实现的是一个可滚动的功能,如本例所示,除了我喜欢使用列表格式..(请参阅附加表单上的超链接,我只允许发布 1 个链接)
所以我一直在摆弄这个片段,
$(function() { $("#chained img[rel]").overlay({effect: 'apple', expose: '#00ff00' }) ; // scrollable inside the box. Its API is assigned to the "images" variable var list = $("ul.items li ").scrollable({size: 1, api:true}); });但我似乎无法让它工作..我真的很感激一些反馈和帮助..提前感谢!
hi there i'm relatively new to jquery, but i wanted to see if anyone could provide me with any insight on this.
what i've got here is an autoscrolling list, with overlay functionality..
http://www.freestylemovement.com/secret/3.html
what i'm trying to achieve is a scrollable function like in this example, except i like using the list format .. (see hyperlink on attached form, i'm only allowed to post 1 link)
so i've been messing around with this snippet,
$(function() {
$("#chained img[rel]").overlay({effect: 'apple', expose: '#00ff00'
}) ;
// scrollable inside the box. Its API is assigned to the "images" variable
var list = $("ul.items li ").scrollable({size: 1, api:true});
});
but i can't seem to get it working .. i would really appreciate some feedback and help.. thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里是一个由无序列表构建的 jQuery 画廊插件的示例。如果您使用 google jQuery gallery 您会发现许多其他类似构建的库插件。
Here is an example of a jQuery gallery plugin that's built of an unordered list. If you google jQuery gallery you'll find lots of other gallery plugins built similarly.