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\');
});
});
这就是有效的代码。