js
Remove CSS classes by ReGexp, jQuery plugin
6 April, 2021If your frontend is based on jQuery, then you often come across the need to remove CSS classes not by their full name, but by substring. Also, there is often a need to select all elements on the page whose classes contain a certain substring.This article is a little cheat sheet, it shows how you […]