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.
我的工具条中有一个工具条按钮,我希望在鼠标悬停时移除橙色灯光,因为我动态更改按钮的图片..
我怎样才能做到这一点?
$(document).ready(function(){ $('enter your element or class here').css("src", "path to image"); })
你的英语是无可挑剔的糟糕,所以我会尽力解释。
我假设您希望在单击工具条按钮后更改它的图像。这很简单。您所要做的就是为按钮创建一个 onClick 操作,然后通过 onClick 操作函数中的代码更改其图标/图像属性。