Is it possible to show on page source ( ctrl+U ) the HTML elements I've added in JavaScript and jQuery codes?
4 Answers
Depending on the browser (i like chrome / firefox / safari for this) you want to look at developer tools. In firefox you can use firebug, in chrome it's Developer Tools and in Safari you have to turn on Developer menu through preferences. In all three cases, you want to look at the DOM inspector.