Jcarousel ajax - 如何(ajax)在幻灯片之前加载图像?

发布于 2024-10-05 15:34:01 字数 233 浏览 3 评论 0原文

我喜欢 Jcarousel,但他们允许漂亮的图像幻灯片的方法是预加载图像,我想节省带宽和页面加载时间。

我的目标: - 第一步应该只加载和显示单个图像。不应加载第二张图像 - 当点击下一个或上一个时,我希望通过ajax添加图像,然后具有幻灯片效果。

换句话说,我希望能够在我的页面上显示常规的单个图像,直到用户单击任何上一个或下一个按钮。这样,如果没有点击,就不会加载无用的图像。

以前有人尝试过这个吗?

I love Jcarousel, but their method to allow a nice image slide is to preload images, and I want to save bandwidth and page loading time.

My goal:
- First step should only load and display a single image. No second image should be loaded
- When click on next or prev occurs, I want the image to be added via ajax, then have the slide effect.

In other words, I would like to be able to display a regular single image on my page, until the user click any of the prev or next button. this way if there is no click no useless image are loaded.

Anybody have tried this before ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

倾城花音 2024-10-12 15:34:01

我已经实现了jcaraousel,

我每页只加载四个图像,当用户单击时我会得到接下来的四个图像。执行以下操作

1)获取您想要的图像数量
2) 当用户单击下一步时,将现有图像 src 与下一个图像交换。

如果您想提供加载效果,请提供默认的加载gif图像作为背景图像。我们在...www.allposters.com实现了相同的效果,请检查您是否想要一个工作演示。

I have implemented jcaraousel,

I load only four images per page , when the user click i get the next four images.Do the following

1) get the no of images you want
2) when user clicks next , swap the existing image src with the next one.

If you want to give a loading effect , give a default loading gif image as a background image to those.We implemented the same at ...www.allposters.com , please check if you want a working demo.

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