Hey guys!
Which one is better when performing requests? I don’t really understand if one of these methods is recommended.
Hey guys!
Which one is better when performing requests? I don’t really understand if one of these methods is recommended.
$.getJson is shorthand for ajax request with specific parameters and method value = GET
you can check this -