Named callback using on event method
function togglePanel() { $(".panel").slideToggle(); } $('.arrow').on('click', togglePanel);