1
Hey, guys, I was wondering if anyone knows a solution for how to make a combination of css classes using javascript or jquery?
What I would like is to have links and each of these links have several color classes, and after selecting some of the links generate a page with a bg of one color and the font was another, which is always random for each person who click, as this will be used as a theme for managed websites that I am building.
Create an array of classes and then use them randomly. But you could/should do this on the I think server. What language do you have on the server? you already have that list of classes?
– Sergio
There is no such list no, this is a project I would like to be implementing, I have all the languages on the server but the preference would be in js or jquery if possible
– Victor Saul