Can\'t seem to get this one to work...
I have a page that hides certain links. When the DOM is loaded, I\'m using jQuery to toggle some of those elements. This is drive
Changing the DOM doesn't affect the source. It affects the DOM, which you can view with the Inspector/Developer Tools. Right click => View Source will give you the original source of the page, not the actual current source as modified by JavaScript.