What is the difference between cookies and session?   HTTP is a stateless protocol. That mean, that treats each request as an independent transaction that is unrelated to any previous request. So, how about the request we want to make frequently, like username or id? As you know, we could store our data in COOKIE.…

jQuery is simply a way of Write less, do more.It is designed to change the way that you write JavaScript. jQuery is a fast and small JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid and simple/easy web development. jQuery is a cross-browser JavaScript library designed to simplify the…