I want to change the color of a title when a button is clicked. This is my code, but it\'s not working and I can\'t figure out why not...
Try below code:
$(document).ready(function(){ $('#about').css({'background-color':'black'}); });
http://jsfiddle.net/jPCFC/