Swappable and sortable list in jquery
Sortable JS is basically a JavaScript library to perform list sorting using the drag & drop technique. By using this library you can sort.
Create table of content dynamically using jQuery
Creating a dynamic table of contents using jQuery involves scanning the content of a page, identifying headings, and then generating a list of links t...