jQuery onlcikc css
$("button").click(function(){
$("p").css("color", "red");
});
Naive Chief
$("button").click(function(){
$("p").css("color", "red");
});