Articles tagged with JavaScript

    Building Accessible Modals Using JavaScript

    Modals or dialogs are important building blocks in modern web applications. This post talks about how to improve accessibility of the modals while taking advantage of JavaScript

    Read More

    Document Fragments and why you should use them

    This post discuss document fragments, its pros, and how you can use them to improve your site performance

    Read More

    .append vs .appendChild

    This post covers the basic differences between the append and appendChild method, where, and when to use them.

    Read More