0
請問您可以告訴我如何在jQuery Mobile中添加焦點和未聚焦的圖像。我添加一個按鈕。我需要改變想象中的圖像? onfocus
或在unfocus
,這樣用戶就可以很容易地識別。哪個按鈕被選中或哪個按鈕被選中。如果我有兩個按鈕,我想我需要檢查哪個按鈕被選中或哪個按鈕未被選中?如何在對焦或對焦時改變圖像,以便用戶知道選擇了哪一個?
你能告訴我該怎麼做這個任務嗎?
我使用這樣
<div class="ui-block-c" style="margin-left: 5px;">
<a href="#" data-role="button" data-corners="false" data-inline="true" class="next_h" id="next">Next</a>
</div>
<div class="ui-block-d" style="margin-left: 30px;">
<a href="#" data-role="button" data-corners="false" data-inline="true" class="previous_h" id="prev">Previous</a>
</div>
但我需要改變圖像..我有兩個圖像..? – Rohit
resetAll函數將重置所有按鈕,單擊事件的回調函數將只更改點擊的按鈕。 – sgun
的意思.. !!我需要在fucus上改變圖像並且不重點 – Rohit