jquery如何获取图片的src
我有 3 个具有相同 id="UserImages" 的图像,我想知道是否可以单击它们并在 jquery 中获取 scr?
i have 3 images with the same id="UserImages" i wanted to know if i can click on them and get the scr in jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,我将它们切换到类(ID 必须是唯一的):
然后使用 a
.class< /code> 选择器
来查找它们,如下所示:
First I'd switch them to classes (IDs must be unqiue):
Then use a
.class
selector to find them, like this: