$(".classlist")[0].css("background-color","red");
var class1 = $(".classlist")[0]; class1.style.backgroundColor = "red";