Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript AJAX Basics (retiring) AJAX Concepts Introducing AJAX

right click in chrome doesn´t work

Hello guys, when I go to the console and right click there are only these options: 1) Clear Console; 2) Clear Console History and 3) Save as... There isn´t nothing related with AJAX as the video shows. What can I do?

Thanks!

Open up the Developer Tools and go to the Console.

Click the little gear icon towards the upper-right of the Console tab.

Check "Log XMLHttpRequests" to get the same behavior as shown in the video.

1 Answer

The video probably shows an older version of Chrome. It appears 'Log XMLHttpRequests' and 'Preserve Log' are checkboxes under Console settings which you access by clicking the sprocket in the upper right corner of the console.