Simple switch themes

Problems:

Two pages have similar elements structure but with different style themes. Or in the same page, we want to apply different style according to the user's preference.

Solution:

One option would be load different css file according to the theme.

But here, we would introduce a simple theme swith method. We change the container class to swith the theme. The different style of each theme are refected in the element selector with the container class.

 

Try it with jsfiddle

你可能感兴趣的:(switch)