CodeChargeMVP
Posts: 473
|
| Posted: 09/03/2010, 3:09 AM |
|
Hello,
Iīve realise about a new bug on CCS when you develop your javascript code,
if you comment some lines this way <!-- --> the browser will still reading the lines inside
the comments, in addition Iīve realise than you canīt copy and paste javascript code from
other older scripts, if you do that the browser wonīt read the pasted code lines.
Be Aware of that !!
This could strugle your mind and you donīt know whatīs happening.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
solesz
Posts: 137
|
| Posted: 09/03/2010, 4:42 AM |
|
javascript comment done by "//" or by "/* */".
am i right?
|
 |
 |
datadoit
|
| Posted: 09/03/2010, 5:25 AM |
|
http://www.w3schools.com/js/js_comments.asp
|
|
|
 |
datadoit
|
| Posted: 09/03/2010, 5:31 AM |
|
More fun reading:
https://developer.mozilla.org/en/properly_using_css_and...xhtml_documents
|
|
|
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/03/2010, 6:49 AM |
|
Quote datadoit:
Good to know. Iīll take a look it later.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|