With Jquery how can select current section background-color apply

to nav background?

Is a cool idea I think.

Somebody can help?

Thanks.

You can use jQuery to alter the CSS attributes on a particular element.

$('.section').css('background-color', 'red');