May 24, 2011

jQuery VS Javascript

It's all about performance and development speed.

-----------
jQuery :
-------------


  1. jQuery is library or you can say that its built on javascript
  2. Jquery is need to be access through jquery patch latest patch is 1.5
  3. Another advantage of jquery is that its less your code rather than using javascript.
  4. In complex situation Jquery will be more helpfull due to less code written and easily manageable
-------------------
JavaScript : 
-------------------



  1. Javascript is client language for which you dont need any requirement.
  2. It is incredibly useful and overused, but that if you really need it, a framework is the way to go.
  3. Javascript is the source, the actual scripts that browser responds to.

No comments:

Post a Comment