2017年5月18日 星期四

backbone 模組事件

Model >>

change
change:attriubute

destory

invalid
-------------------------------------------------------------

Collection >>

add
remove
reset
sort
change
change:attribute

默默更新數據,不激發事件 => collection.at(i).set({}, {silent: true})
-------------------------------------------------------------
{}.listenTo({}, 'change reser', fn);