
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
jquery - div onclick - not working in iPhone
i tried different ways. I need onclick for a div with jquery in my mobile site. On clicking on th... i tried different ways. I need onclick for a div with jquery in my mobile site. On clicking on the div it will send an ajax call. $(document).ready(function() { ... ...... $('body').on('click','.selectableCard', function() { $.ajax({ url : URL}).done( function(data) { ..... .... }); }); ... .... }); This is working fine in desktop browsers and in android emulator. But not working in iPode4. Div <d
2014/09/07 リンク