Source isn't being modified -- the DOM is. If you watch the source in Firebug, you can see it change, because Firebug updates with the DOM, and actually doesn't show the source code of your page, rather the interpreted source. (You may notice that attributes are in a different order than you may have coded them.) But the source you see in View Source is just like looking at the code in your Favorite Editor, and it never changes.

Walter

On Feb 17, 2011, at 7:28 PM, Jeffrey Lee wrote:

So why is it that when Javascript is updating the document, does the source not show the change? Does show->source merely reflect that which was loaded, but not the actual current document? Why is that?
___________________________
Jeffrey Lee
http://www.jeffreyalanlee.com
jlee...@gmail.com




--
You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com . To unsubscribe from this group, send email to prototype-scriptaculous+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en .


--
You received this message because you are subscribed to the Google Groups "Prototype 
& script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to