Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个表单,用户可以在其中从图像列表中选择一个图像。我想要一个按钮“选择图像”。按下按钮时,应该会弹出或覆盖可用图像列表。当用户选择图像时,图像的 id 应该返回到原始形式。
我完全不知道该怎么做。
任何帮助,将不胜感激。
这应该很简单:
单击“选择”时,显示一个 div(用高 zindex 标记它以具有弹出行为或使用 jQuery 对话框)
在此弹出窗口中添加您的所有图像(您是否想在 html 表格中添加图像或使用 div 取决于您)
为您的图像添加侦听器(如果您的所有图像都有一个类,那么类似于:
jQuery('.imgclass').click)