Do you know what is the difference between jQuery.get() and jQuery.ajax() method?

Submitted by: Muhammad
The ajax() method is more powerful and configurable, allows you to specify how long to wait and how to handle error. The get() method is a specialization to just retrieve some data.
Submitted by: Muhammad

Read Online Web Development Ninjas Job Interview Questions And Answers