jQuery(function($) { $('.ghost-toggle-button').on('click', function() { $('.sticky-other-buttons').fadeToggle(200); }); });