1
當使用jQuery的.append($('<h3/>', {'class': 'panel', html: "{{getTitle 'game'}}"})
添加元素時,我想調用UI.registerHelper('getTitle', function (type){});
函數。 輸出結果爲:{{getTitle 'game'}}
,所以沒有解釋。 我該怎麼做?將元素添加到DOM時調用流星幫助程序函數
任何幫助將不勝感激。