<!DOCTYPE html> <html> <head> <meta charset="utf-8" > <title></title> <style> #box{width:200px;height:200px;background:#eee;} #box:before{content:"before box";color:#fff;display:block;background:#aaa;width:100px;height:100px;} #box.change:before{background:#ccc} </style> <script src="js/jquery.js"></script> <script> $(function(){ $("#chengeBeforeBox").click(function(){ $("#box").toggleClass("chang
{{#tags}}- {{label}}
{{/tags}}