本文实例讲述了jQuery使用removeClass方法删除元素指定Class的方法。分享给大家供大家参考。具体分析如下:
.important { font-weight:bold; font-size:xx-large; } .blue { color:blue; } Heading 1
Heading 2
This is a paragraph.
This is another paragraph.
希望本文所述对大家的jQuery程序设计有所帮助。

本文实例讲述了jQuery使用removeClass方法删除元素指定Class的方法。分享给大家供大家参考。具体分析如下:
.important { font-weight:bold; font-size:xx-large; } .blue { color:blue; } Heading 1
Heading 2
This is a paragraph.
This is another paragraph.
希望本文所述对大家的jQuery程序设计有所帮助。