<div dir="ltr" style="text-align: justify;">
<div dir="ltr" style="text-align: justify;">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.AJAX = Asynchronous JavaScript and XML.</p>
<p>AJAX is a technique for creating fast and dynamic web pages.</p>
<h2><b>How AJAX Works-</b></h2>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2014/06/ajax.gif" border="0" /></div>
<h2><b>AJAX is Based on Internet Standards</b></h2>
<p>AJAX is based on internet standards, and uses a combination of:</p>
<ul style="text-align: left;">
<li>XMLHttpRequest object (to exchange data asynchronously with a server)</li>
<li>JavaScript/DOM (to display/interact with the information)</li>
<li>CSS (to style the data)</li>
<li>XML (often used as the format for transferring data)</li>
</ul>
</div>
<p> ;</p>
<div style="background-color: pink; border-width: thin; text-align: center;"><b><;<;<a href="https://dineshonjava.com/ajax-tutorial/">Previous</a> <;<; || <a href="https://dineshonjava.com/ajax-tutorial/">Index </a>|| >;>;<a href="https://dineshonjava.com/asynchronous-vs-synchronous-ajax/">Next</a> >;>;</b></div>
</div>
<div class="wp-post-navigation"> 
									 <div class="wp-post-navigation-pre"> 
									 <a href="https://dineshonjava.com/ajax-tutorial/">Previous</a> 
									 </div> 
									 <div class="wp-post-navigation-next"> 
									 <a href="https://dineshonjava.com/asynchronous-vs-synchronous-ajax/">Next</a> 
									 </div> 
									</div>
<script type="text/javascript">
jQuery(document).ready(function($) {
 $.post('https://dineshonjava.com/wp-admin/admin-ajax.php', {action: 'mts_view_count', id: '197'});
});
</script>
Strategy Design Patterns We can easily create a strategy design pattern using lambda. To implement…
Decorator Pattern A decorator pattern allows a user to add new functionality to an existing…
Delegating pattern In software engineering, the delegation pattern is an object-oriented design pattern that allows…
Technology has emerged a lot in the last decade, and now we have artificial intelligence;…
Managing a database is becoming increasingly complex now due to the vast amount of data…
Overview In this article, we will explore Spring Scheduler how we could use it by…