Visual Composer Tabs don’t work on mobile

jQuery( function($) {
jQuery('.vc_tta-tab a').on('click', function( e ){
setTimeout( function() { 
jQuery('html, body').stop().stop();
console.log('scrolling stopped');
}, 100 );
});
jQuery(document).ready(function() {
    jQuery('.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta-tab a').off('click touchstart touchend');
});
});

This is the code that works.