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