⟩ Do you know what is the difference between jQuery.get() and jQuery.ajax() method?
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.