Category: jquery plugin creation

Quick Tip: User Sortable Lists with Flexbox and jQuery

In this article, we’ll learn, step-by-step, how to build a simple jQuery plugin which sorts elements based on the values of their custom data attributes. If you’re curious about the end result, have a look at the corresponding CodePen demo: See the Pen Simple jQuery Plugin for Sorting Elements by SitePoint...