Ajax 图片库 / 打开、关闭窗口效果
谁能指出我这样的脚本的方向吗? 当调用另一个 ajax 窗口时它也应该能够工作。 这是我想要的画廊类型:
http://dageniusmarketer.com/DigitalWonderland/pages /DemoGalleryExample.html
它应该位于此页面上:
dageniusmarketer.com/DigitalWonderland/
Portfolio 部分。
该脚本应该非常易于使用,只需最少的额外文件即可使其工作。 我还应该能够将图像放入图库文件夹中,它会自动使用缩略图填充图库......我不必为 html 中的每个图像编写代码。 应该都是动态的。
我还想知道如何实现窗口效果,每次通过导航打开新部分时,窗口都会因旧内容而缩小关闭,然后因新内容而展开打开。 窗口效果应该是垂直的(从上到下收缩到中心,从中心到上到下扩展)
请告诉我。 谢谢
Can anyone point me in the direction of such a script? It should also be able to work when called into another ajax window. This is the type of gallery i am going for:
http://dageniusmarketer.com/DigitalWonderland/pages/DemoGalleryExample.html
It should go on this page:
dageniusmarketer.com/DigitalWonderland/
Portfolio section.
This script should be real simple to use with minimal extra files to make it work. I also should be able to just drop images in a gallery folder and it populates the gallery automatically with thumbnails....I shouldnt have to write code for each image in my html. Should be all dynamic.
I also would like to know how I could go about a window effect where every time I open up a new section via my navigation, the window shrinks closed with the old content, then expands open with the new content. the window effect should be vertical (top to bottom shrink into center, expand from center top to bottom)
Please Let me know. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
JQuery 是我个人最喜欢的 javascript 库之一(显然还有这个网站 99% 的内容!)
但它会有一个学习曲线,因为您的要求似乎非常具体,并且您必须阅读一些文档才能实现它。
JQuery is one of my personal favorite javascript libraries (along with 99% of this site apparently!)
But it will have a learning curve, as your requirements seem pretty specific, and you will have to read some documentation to pull it off.
尝试使用 Adobe 的 Spry。 他们有一个非常相似的演示。 此外,其他常见的框架还有prototype/scriptaculous、dojo、mootools、jquery。 在许多情况下,他们的扩展可以提供您正在寻找的确切内容。 例如,尝试
Shadowbox 扩展与框架无关。 祝你好运!
Try Spry from Adobe. They have a very similar demo. Also, the other common frameworks for this would be prototype/scriptaculous, dojo, mootools, jquery. In many cases they have extensions that would provide the exact thing you are looking for. For example, try
shadowbox extension which is framework agnostic. Best of luck!
Imago 看起来很有前途:
http://imago.codeboje.de/
Imago looks promising:
http://imago.codeboje.de/
今天刚刚发现了非常漂亮的 jQuery 工具 库。 满足您的“简单和最小”要求,并且可能只需“工具提示”和“可滚动”组件即可实现您所绘制的草图。
我的直觉是,您最好编写服务器端代码来处理这部分要求。
Just discovered the very awesome-looking jQuery Tools library today. Meets your "simple and minimal" requirements and could probably pull off what you've sketched, with just the "tooltips" and "scrollable" components.
My instinct is that you'd be better off writing server-side code to handle this part of your requirement.