在本文中用JQuery对class属性的操作方法实现页面中的按钮开关效果。 首先定义两个class: 代码如下: .controlOff{ display:inline-block; width:130px; height:36px; cursor:pointer; background-image:url(“../iclass/images/teach_off.png”); background-repeat: no-repeat; } .controlOn{ display:inline-block; width:130px; height:36px; cursor:pointer; b