Tag: c

  • 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...