$(document).ready(function(){ $('#black-b').click(function(){ $('.dd-nav1').css('backgroundColor', '#000000'); }) });