function func(controller, target) { $(controller).click(function() { $(target).toggleClass( $(this).data('cls') ); }); }; func('.btn_cls','.front'); func('.bSd_cls','.bSd'); func('.btn_dis_cls','#display');