blog

description

Remove CSS classes by ReGexp, jQuery plugin

6 April, 2021

If 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 […]

Horizontal columns with FLEX

14 March, 2021

A short note on how to form horizontal rows correctly with FLEX. In general, there is nothing to explain, but as practice shows, it is still necessary to make a step-by-step guide)