Skip to content

Keys02/GajaxLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

AJAX

Asynchronous JavaScript and XML (AJAX) is a web development technique in which a web app fetches content from the server by making asynchronous HTTP requests, and uses the new content to upate the relevant parts of the page without requiring a full page load.
Read more: MDN

GajaxLib

GajaxLib provides pre-defined function which makes making asynchronous HTTP request a piece of cake.

Getting Started

Include the gajaxlib.js file in your index.html file

<script src="gajaxlib.js"></script>

About

An AJAX library which simplifies making asynchronous AJAX calls.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published