From the course: jQuery Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Working with AJAX

Working with AJAX - jQuery Tutorial

From the course: jQuery Essential Training

Start my 1-month free trial

Working with AJAX

- [Narrator] Let's finish up this chapter, by taking a quick look at AJAX, which we will explore more in-depth later on in the course. Open up AJAX_intro.html. And before I go through the code, I'm going to bring this up in a browser. Now this is AJAX. So, depending on the browser you are using, you might have to use a development server here. If you're using Live Preview in brackets, then there's a development server built-in, and it's all ready to go. If you're using another tool, like Aptana Studio, or Sublime Text, or something else, then you might have to fire up the development server for that tool as well. Some browsers don't require this though. I can use Mozilla Firefox to view this file, and Firefox permits the usage of AJAX on local content. So, in this case, I can just run the example. But to use Chrome, you'll have to use a development server. So, I'm going to click the little Live Preview button here, and you can see that the app comes up in Chrome, and what I'm going to…

Contents