1 .on( events [, selector ] [, data ], handler ) on method api, the last parameter represents the event callback The method to prevent bubbling is 2 .on("tap",function(e){ e.stopPropagation();}) 3 If you are not using IScroll, it is recommended to use click. If you are using ISroll, configure click:true
1 .on( events [, selector ] [, data ], handler )
on method api, the last parameter represents the event callback
The method to prevent bubbling is
2 .on("tap",function(e){ e.stopPropagation();})
3 If you are not using IScroll, it is recommended to use click. If you are using ISroll, configure click:true