我想用 jQuery 在 head 标签中添加一些 css 类(而不是像Jquery add css to head这样的 css 文件)
我的css类是这样的:
#control1 { width:60px; height:55px; background:url(../images/logo1.png) no-repeat; float:left; }
#control1.selected {background:url(../images/logo1_aktiv.png) no-repeat;}
感谢帮助。