jquery 通行费列表与覆盖 &可滚动列表..问题

发布于 2024-08-11 09:18:27 字数 651 浏览 2 评论 0原文

您好,我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺渁∝ 2024-08-18 09:18:27

这里是一个由无序列表构建的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文