when I write" $('.xxx').on('tap', function(){ // dosmothing; return false; }) " it's d.preventDefault is not a function;
when I write" $('.xxx').on('tap', function(){
// dosmothing;
return false;
}) "
it's d.preventDefault is not a function;