Swappable and sortable list in jquery

  • 08 Sep 2023
  • 0

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

  • 08 Sep 2023
  • 0

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...