While working with HTML Editor, we wanted to add a functionality by which user can create table inside the HTML Editor by just clicking the button. We added this functionality by following these steps ...
If you have large amout of data in your table and its contain hundreds or thousands of rows and columns. One cannot expect users to keep scrolling vertically/horizontally for finding information of ...
This script minimalist-toc.js allow you to print a table of contents in your page. To use it, just initialize it by declaring: an id corresponding to the content of the page, an id corresponding to ...
TOC is simple. There is only one function to call: TOC(), and it accepts one argument: a Table of Contents object TOC({}). Each Table of Contents object contains sections to organize your code by. TOC ...