Skip to content

CS202 - Fundamentals of Front End Development

1 Topics 24 Posts
  • 0 Votes
    5 Posts
    190 Views
    zareenZ

    @zareen said in CS202 GDB1 Solution and discussion:

    Use AJAX

    AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.