# jquery
How to work without jQuery
Content:
-
The History of jQuery
-
What you can do without jQuery
- $ - Querying for elements
- .each - Work with elements from a list
- Manipulating elements
-
The big difference
-
Ease of use
-
The bottom line
Many Webdesigners and developers today use jQuery for their website and web apps. The fact is: you probably don't need it. To understand what you can do faster and better without jQuery let us first take a look at what jQuery is. Once we have an understanding of jQuery I will go on to teach you how to replace many commonly used functions of jQuery with faster ones.