DataTables – Advanced interaction to HTML tables
Add advanced interaction controls to your HTML tables the free & easy way Website – https://datatables.net/
Masonry – Cascading grid layout library
Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet. Website Link...
Pencil – An open-source GUI prototyping tool that’s available for ALL platforms.
Ideal for Wireframing, Product Design, and Brainstorming. Free tool Website Link – https://pencil.evolus.vn/Momentum Scrolling on iOS Devices
Normally when you add overflow:scroll to an element with fixed height and width, the scroll-bar appears in desktop and mobile devices to scroll through the hidden part of the content. In iOS devices, they have momentum scrolling which in default is disabled for web pages with scroll bars. Adding the following script will make it fluid.
How to make a div act like an anchor tag
Using onclick inline javascript to a location can make a div act like an anchor.
Blog