.on() を使用してタッチイベントを要素にバインドしていますが、エラー e is not defined が発生しています。どうすればいいですか? 括弧内にイベント e を書き込もうとしましたが、うまくいきません。
$("#myImageFlow ").on('click touchstart',".sliderImage",abc);
//custom function handler for event
function abc(){
e.stopPropagation(); e.preventDefault();
console.log('has no method ...................'+e);
() で関数を呼び出していないため、イベント変数を定義する方法??