Sam Doyle wrote: > I just ran this: > > <script type="text/javascript"> > <!-- > $('body').css('width','100px'); > $('body').append('<br />'+$('body').width()); > --> > </script> [...]
Those fake HTML comment lines ("<!--", "-->") are completely superfluous. They haven't been needed for about 10 years or so (even since Netscape 1 and Mosaic dissappeared). But people are still religiously putting them in their code, wasting propably terabytes of useless characters every year. Why? -- Bertilo Wennergren <http://bertilow.com>