jQuery Mobile を使用してモバイル Web サイトを作成しています。Safari ブラウザー (5.1) が jQuery クリック イベントを認識しない - like ("#button1").click (function (){ ...... });
何か案が?
コード スニペット:
$("#submit").click(function () {
alert("hello");
});
<form id="loginForm" class="validate" action="" method="get">
<input type="button" id="submit" name="submit" value="LOGIN" /> </form>