A kanban grid is based on drag and drop, allowing items to be moved from one column to another. In this article we’ll see how to implement the JavaScript code needed to handle this type of component.
A common problem when sending statistical (analytics) data to the server from the frontend is that when using AJAX, you often end up blocking the page load. Fortunately, there’s a native solution.
In this article we’ll see how to build a custom select element with CSS and JavaScript. This is a solution that fixes the problem of handling select elements only with CSS.