jquery(function($) { $(".bhs-container span.bhs-style1").click(function(){ $(".second-module-762-content").css("background","#e4fdfa"); }) $(".bhs-container span.bhs-style2").click(function(){ $(".second-module-762-content").css("background","#caedcc"); }) $(".bhs-container span.bhs-style3").click(function(){ $(".second-module-762-content").css("background","#eeeeee"); }) });