Ajax 图片库 / 打开、关闭窗口效果

发布于 2024-07-24 08:13:03 字数 590 浏览 7 评论 0原文

谁能指出我这样的脚本的方向吗? 当调用另一个 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 技术交流群。

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

发布评论

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

评论(4

涫野音 2024-07-31 08:13:03

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.

紫﹏色ふ单纯 2024-07-31 08:13:03

尝试使用 Adob​​e 的 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!

叶落知秋 2024-07-31 08:13:03

Imago 看起来很有前途:

http://imago.codeboje.de/

Imago looks promising:

http://imago.codeboje.de/

拥抱我好吗 2024-07-31 08:13:03

今天刚刚发现了非常漂亮的 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.

I also should be able to just drop images in a gallery folder and it populates the gallery automatically with thumbnails

My instinct is that you'd be better off writing server-side code to handle this part of your requirement.

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