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).bind("mobileinit", function() { $.mobile.page.prototype.options.domCache = true; });