如何在点击时交换图像
如何在 JavaScript 中的 onClick
事件之后传递值,并在另一个函数中检查该特定值?这是 iPhone 应用程序中 Web 视图中的 html 页面。
实际上,我想在单击该图像后更改按钮的图像,并使用不同的值。
How can I pass the value after onClick
event in JavaScript where that particular value is checked in another function? This is a html page in a webview in an iphone application.
Actually, I want to change the image of a button after clicking on that image, with a different value.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设单击的确实是图像,而不是封闭的链接,则应该这样做:
Assuming it's really the image that is clicked, and not an enclosing link, this should do: