you can use one of these two options (i recommend the second one):
option 1:
$('#element').css('background-color','transparent');
option 2:
$('#element').css('background-color','inherit');
you can use one of these two options (i recommend the second one):
option 1:
$('#element').css('background-color','transparent');
option 2:
$('#element').css('background-color','inherit');