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.
你能告诉我如何在 jquery mobile 中更改焦点和不焦点按钮的图像。
我需要在按钮为焦点和按钮未聚焦时更改图像。以便用户识别选择哪个按钮而不是选择哪个按钮..?
谢谢
您可以在焦点事件和焦点上使用您可以更改图像或图像背景的 css
<input id="myButton" type="text" onfocus="
我的函数()>
function myFunction(){ $('#myButton').css('background-image',new image) }
使用它,您可以更改图像的图片。希望有帮助