Tag: programming

  • DOM

    Before proceeding with the code, the first requirement is to understand the DOM or Document Object Model. The DOM explains how the window is related to document, how a document...

  • What is jQuery ?

    jQuery is simply a library that contains several javascript functions. This library helps us to accomplish the tough jobs in a very easy manner as compared to simple javascript. Not...

  • History of jQuery

    jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 41%...