Reasons to use jquery<p>- Other devs in the team are using it<p>- Unless it's a small pet project, you will probably need it down the road even if you don't need it now<p>- Minified jquery is like 32kb. That means literally nothing in modern web. Unless you are from 1995 using 2G connection, this doesn't matter.<p>- Modern browsers are good. It's going to handle jquery like a champ. Don't worry.<p>- jQuery code is probably better than yours.<p>- Lots of 3rd party libraries have jquery as a dependancy.<p>Reasons not to use jquery and use just javascript<p>- Want to learn javascript<p>- Writing a library or framework and you don't want jquery dependancy<p>- Working on a very small website