Here is a div
:
<DIV CLASS= "KJX" >
// DIV CONTENT
</DIV>
after clicking on the div, I want to change the div style to this:
<style>
background-color: red;
font-type: oswald;
</style>
I want the change to stay on the div after clicking, not just during the clicking. Is there script for that?