1.

Explain various methods to make ajax request in jQuery?

Answer»
  • $.ajax() - for ASYNC request
  • $.ajaxsetup()- to set DEFAULT value
  • $.ajaxTransport()- for OBJECT TRANSMISSION
  • $.GET() - loads data
  • $.ajaxPrefilter()- handle custom solutions
  • $.getJSON() - loads JSON data


Discussion

No Comment Found