简单的照片查看器
我对这一切还很陌生。
我正在尝试使用 javascript 或任何易于更改的内容制作一个简单的照片查看器。
我只想要下一个和上一个。按钮让您在照片之间切换。单击下一步,显示下一张照片。就这么简单。我有 Flash 版本,但我想避免使用 Flash。 我花了很长时间制作了多个页面,每张照片一个页面,还有一个重复的按钮。我知道一定有更好的方法,但我似乎无法弄清楚。 请帮忙
I am fairly new to all this.
I am trying to make a simple photo viewer with javascript or anything easy to alter.
I just want a next and prev. button to take you between photos. Click next and next photo shows. Just that simple. I have a flash version but I would like to avoid using flash.
I've been doing it the long way by making multiple pages, one for each photo and a button that repeats. I know there must be a better way but I just can't seem to figure it out.
Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你可以结合布莱恩和保罗的解决方案。
首先,使用 JQuery 会让生活变得更加轻松(在你克服了短暂的学习曲线之后)。
jQuery Cycle 可以让您制作在不同图像之间旋转的幻灯片。
一个 JQuery Lightbox(并且有很多选项 在那里)将让用户单击图像并使其填满屏幕。
I think you can combine Bryan and Paul's solutions.
First off, using JQuery will make life a lot easier (after you get over the short learning curve).
jQuery Cycle will let you make a slideshow that rotates between different images.
A JQuery Lightbox (and there are sooo many options out there) will let a user click on an image and have it fill the screen.
我非常不同意 wag2639 关于 jquery 的观点。
这是我的意见。
我认为当我们的意思是(至少对我而言)简单。
我们并不是说添加 +100K 的 Javascript 代码。
此外,JQuery 所做的任何事情都可以用 javascript 做得更好。那么为什么要把时间浪费在那些会妨碍你学习真正的 Javascript 的事情上呢。因为无论如何你都会有一个学习曲线。
这是我的简单照片查看器版本。
这对您来说足够简单吗?
I respectfully disagree with wag2639 opinion about the jquery.
Here's my opinion.
I think that when we mean (at least for me.) simple.
We do not mean add +100K of Javascript code.
Beside, anything JQuery does you can do better in javascript. So why waste your time on something that will prevent you from learning the real Javascript. Since you are going to have a learning curve anyway.
Here is my version of a simple photo viewer.
Is this simple enough for you?