[javascript] solve browser incompatibility
20 September 2007Color
use rgb color parser
Event
use Event class in prototype.js
Element
don’t use same tag id name, javascript variable name, and tag class name, and use Element class and $() in prototype.js.
I think we need naming rule at id name, variable name, and class name.
like
- tag id name: xxx_id
- javascript variable: elmXXX (like hangarian style?)
- tag class name: xxx_class
If someone has good idea, please let me know.
No comments yet


