What does JQuery mean? It is simply a light weight javascript library through which we can perform actions like “DOM Elements” selection, Event handling, Animation effects, Ajax calls etc with minimal code. In short we can say ” write less,do more” with JQuery. Why should we use JQuery? Makes it…
Read More