找到這個資料。
原來在javascript的function宣告,
這樣命名方式的解釋。
The EZPZ Way – How to build a personal mashup page with jQuery
http://theezpzway.com/2009/5/1/how-to-build-a-personal-mashup-page-with-jquery
var myPopup = {
message: "Hello!",
pop: function () { alert(this.message); }
};
假設當我們希望把它用作某些 event 的 event handler 的話, 很直接的想法就是這樣做:
window.onload = myPopup.pop;
HK Geek Cafe: 令人又愛又恨的 JavaScript function
http://geek-cafe-hk.blogspot.com/2011/06/javascript-function.html
沒有留言:
張貼留言