Web Development Ninjas Question:
Download Questions PDF

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

Ninjas Web Developer Interview Question
Ninjas Web Developer Interview Question

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.

Download Ninjas Web Developer Interview Questions And Answers PDF

Previous QuestionNext 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?