在本文中,我们将使用 jQuery 删除元素的所有 CSS 类。要删除元素的所有 CSS 类,我们使用 removeClass() 方法。
removeClass() 方法用于从所选元素中删除一个或多个类名。
句法:
$(selector).removeClass(class_name, function(index, class_name))
参数:此函数接受两个参数,如上所述,如下所述:
- class_name:可选参数,用于指定要删除的类名(一个或多个类)。多个类名用空格分隔。
- 函数:它是可选参数,它返回一个或多个需要删除的类名。
- index:该参数用于返回元素的索引。
- current_class_name:此参数返回所选元素的类名。
例子:
HTML
How to remove all CSS classes using jQuery?
GeeksforGeeks
How to remove all CSS classes using jQuery?
Computer Science Portal
输出:
前按钮点击:
点击按钮后: