Web Design Forum: Skateside's Ramblings - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
 
- - - - -
I'm not talking about commenting your code, although you should be doing that anyway. JavaScript has the ability to create HTML comments:

var comment = document.createComment('the comment itself');
document.getElementById('foo').appendChild(comment);

You can even do it in...
 

Page 1 of 1

Recent Entries

Recent Comments

May 2012

S M T W T F S
  12345
6789101112
13141516171819
20 21 2223242526
2728293031