Quick Introduction to jQuery AJAX
Asynchronous JavaScript And XML (AJAX) makes it possible to load data in the background and display it without refreshing the page. AJAX helps you develop more interactive web applications.
AJAX uses an object of XMLHttpRequest for the communication between the application and the server.
Quick introduction to JavaScript
JavaScript and Java are completely different languages, in concept and in design. JavaScript is a client-side programming language and is the default scripting language in HTML and is used to program the behavior of web pages. JavaScript can 1) Change the HTML content 2) Change the HTML Attributes 3) Change the HTML Styles (CSS) 4) […]