Mohseen Jamal
What is unobtrusive JavaScript ?
By Mohseen Jamal in JavaScript on Oct 10 2014
  • Adit Pattanayak
    Oct, 2014 30

    Unobtrusive JavaScript, is a JavaScript that is separated from the web site's html markup. There are several benefits of using Unobtrusive JavaScript. Separation of concerns i.e the HTML markup is now clean without any traces of javascript. Page load time is better. It is also easy to update the code as all the Javascript logic is present in a separate file. We also get, better cache support, as all our JavaScript is now present in a separate file, it can be cached and accessed much faster.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS