I'm not talking about commenting your code, although you should be doing that anyway. JavaScript has the ability to create HTML comments:
You can even do it in...
var comment = document.createComment('the comment itself');
document.getElementById('foo').appendChild(comment);You can even do it in...
Page 1 of 1
Recent Entries
-
How I learned JavaScripton May 16 2012 07:08 PM
-
Number.prototype.timeson Apr 28 2012 11:27 PM
-
Do you comment your DOM manipulation?on Mar 30 2012 06:46 AM
-
How JavaScript animation workson Mar 11 2012 09:50 AM
-
Using JavaScript to detect CSS Supporton Feb 26 2012 11:26 AM
Help



