Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Contributors

AltStyle によって変換されたページ (->オリジナル) /