タブレット、iPadでonClickイベントが機能しませんか? PCブラウザでは完全に機能しますが、タッチイベントでは機能しません.binding()、.on()などを試しましたが、100%の結果が得られません。
iPad、タブレットで動作させるにはどうすればよいですか??
<div id="id1" alt='div1' class="sliderImage" width="300" height="360" onclick="" style="visibility:hidden;background-image:url('img/img1.jpg'); border:solid; border-color: black;">You've styled the div to have a set width of 100px. At a reasonable font size, that's too much text to fit in 100px. Without doing anything, </div>
<div id="id2" alt='div2' class="sliderImage" width="300" height="360" onclick="" style="visibility:hidden;background-image:url('img/img2.jpg'); border:solid; border-color: black;">this is 2</div>