Follow a tutorial on youtube

Im trying to get more familiar with using ajax with json, was following a tutorial on learning it

I think I set everything up right,
http://php_class.teamluke.net/JSON_AJAX/
but when I check the console of chromes developer toolbar (like they do)


But when I try it I get…

What am I doing wrong?

Thanks

Set up your window in Chrome so that you can see both your page and the DevTools window. In the DevTools Elements view you should be able to see the console window at the bottom of the screen. if you can’t, toggle it on/off by pressing the ESC button.

Reload the page then right click on it and choose inspect.

Choose the Elements view and the console screen at the bottom has the information you are seeking.

If instead you choose the Console view the information will be at the top of the screen.

1 Like

thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.