Web Development Ninjas Question:
Do you know what is the difference between jQuery.get() and jQuery.ajax() method?

Answer:
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.
Previous Question | Next Question |
Tell me how do you hide an image on a button click using jQuery? | Tell me how do you find all the selected options of HTML select tag? |