Skip to content

mdbootstrap/AJAX-tutorial-using-JS-and-jQuery-for-beginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AJAX-tutorial-using-JS-and-jQuery-for-beginners

AJAX tutorial using JS and jQuery for beginners

What will you learn?

This tutorial will teach you how to use jQuery in your project

  • What AJAX, HTTP, XML and JSON are
  • Read files using AJAX
  • Read JSON using AJAX
  • Call REST API using AJAX
  • Use AJAX in jQuery

How to start?

1. Preapre the environment

1.1 Text editor

Download and install Visual Studio Code

1.2 Browser

Download and install one of the following browser:

1.3 Lesson files

Download lesson files from here and unzip on your computer orclone repository using git .

You will see the following files structre:

    tutorial/ 
        1-start-here.html
        2-ajax.html
        3-ajax-text-file.html
        4-ajax-json.html
        5-ajax-api.html
        6-ajax-jquery.html
    final/
        ajax-text-file.html
        ajax-json.html
        ajax-api.html

2. Start learning

Navigate to tutorial folder and follow lesson files in given order:

        1-start-here.html
        2-ajax.html
        3-ajax-text-file.html
        4-ajax-json.html
        5-ajax-api.html
        6-ajax-jquery.html

About

AJAX tutorial using JS and jQuery for beginners. Access more Web Development tutorials via the link below

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages