I’m building a small CMS for fun, just to practice a bit my skills and I have run into a problem. The control panel of the CMS will be a simple windows hovering over the website and giving users options to change the layout, colors, fonts etc.
I wanted to make live changes for fonts with this:
But I have a problem, I don’t know how to tirgger an event with jQuery to add CSS (.css) when a option is selected. Please help me out with this.