Closure Library tutorial心得
教學網頁: http://code.google.com/intl/en/closure/library/docs/tutorial.html
心得:
心得:
- document.getElementById('div id');
- function定義後面要加;
- goog.dom.createDom(tag, attr, childptr);
- Java Script prototype!! 難懂的一個概念. 現在大概的理解是用Function new出來的object, 如果要他們有一個跨object的method, 要加prototype字樣來指定. (這句是什麼鬼啊? 自己都看不懂.)
- goog.dom.appendChild(parent, child);
- goog.ui.Zippy(title, content);
留言