Google News
logo
jQuery - Interview Questions
What is difference between jQuery.get() and jQuery.ajax() method ?
ajax() method is more powerful and configurable, allows you to specify how long to wait and how to handle error, get() is a specialization to over ajax just to retrieve some data.

Advertisement