1.

What is the difference between jquery document ready and window.onload event?

Answer»
  1. Jquery CORE api is thoroughly verified and tested in all the mostly popular BROWSERS hence jquery eliminates most of the browser compatibility issues with client-side scripting.
  2. Jquery provides css3 selectors to find elements
  3. With Jquery, DOM traverse and manipulation takes LESS code COMPARED to javascript code.
  4. Jquery AJAX() api simplifies the ajax calls and the way response is handled.


Discussion

No Comment Found