
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Backbone.js fetch with parameters
Following the documentation, I did: var collection = new Backbone.Collection.extend({ model: Item... Following the documentation, I did: var collection = new Backbone.Collection.extend({ model: ItemModel, url: '/Items' }) collection.fetch({ data: { page: 1} }); the url turned out to be: http://localhost:1273/Items?[object%20Object] I was expecting something like http://localhost:1273/Items?page=1 So how do I pass params in the fetch method?
2013/04/23 リンク