具有 jquery 可选控件的动态有序列表

发布于 2024-09-18 06:18:24 字数 223 浏览 3 评论 0原文

我得到了这个模型,我需要从数据库加载动态图片,加载后我需要单击每张图片以标记哪些学者将晋升到下一个年级,我正在想办法用星形图像标记它我点击图片,也许每个图片上都有一个覆盖 div,当我点击时它会被激活。

知道如何制作动态可选择列表(有序列表)并在每张图片上添加带有图像的隐藏 div 吗?

替代文本

I got this mockup, I need to load dynamically pictures from a db and once loaded I need to click on each picture in order to mark what scholar will be promoted to the next grade, I'm figuring out mark it with a star image when I click on the picture, maybe an overlay div on each image that it is activated when I do click.

Any idea how can I make a dynamic selectable list (ordered list) and add an hidden div with an image on each picture?

alt text

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

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

发布评论

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

评论(1

怀中猫帐中妖 2024-09-25 06:18:24

这种类型的功能似乎是 jQuery 的工作。我会将持有者 diva 位置设置为相对位置,并在 div 内添加另一个 div,其位置为绝对位置,并带有 png 背景图像或类似图像。默认情况下,您可以使用 jQuery.hide() 隐藏它,然后使用 jquery.show 显示图像。为了获得更精美的效果,您可以使用 .fadeIn()

This type of feature seems like a job for jQuery. I would set the holder diva position to relative and add another div inside with position absolute within the div with a png background image or similar. You can hide this by default using jQuery.hide() and then show the image with jquery.show. For a fancier effect you can use .fadeIn()

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