Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バックボーン モデルでドット表記/ネストされたオブジェクトのサポートを取得する方法。利用可能なプラグインにはバグがあり、バックボーンがサポートするかどうか疑問に思っています
person = { name : {first: 'hon',last:'son'}} model = new Backbone.Model(person) model.get('name.first') model.set('name.first','bon')
ジョブを完了するための 2 つのプラグインがあります。
どちらも属性の取得と設定を処理し、ドット表記のイベントを変更します。