- If any one field needs to be updated after any event then by using Ajax call you can only update that field without refreshing the complete page.
- Dialogs or Popups in a page can be easily developed usig Ajax calls
- You can also add html elements dynamically to the page after you get the response from server
Why we need Ajax calls?
By using Ajax calls in javascript frameworks you can have benefits like:
Popular Posts
-
Here is the code: // => Brute Force Solution: O(m* n) static long arrayManipulation(int n, int[][] queries) { ...
-
Whatever it is one fine day everyone on this planet who are born have to die for sure. When you are close ones are with you, you wont know ...
-
HTML: <div class="outer-container"> <div class="inner-container"> <div class="t...
No comments:
Post a Comment