require(['jquery'],function($){$(document).ready(function(){$('.support-channel a .toggle-btn').on('click',function(){$('.support-channel .group-btn').fadeToggle();$('.support-channel a').toggleClass('active')});});});