The tutor shows another jQuery function: css() Click me for css() demo:) This text and background will both change color. Click me to reset:) The jQuery code that changes the text from ordinary to white on red: $(“#p_jun_20_2016”).css({“color”:”rgb(255,255,255)”,”background-color”:”rgb(150,10,10)”}); …

Web Design: jQuery css() function Read more »