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.
backgridjs を使用してグリッドに表示済みの JSON データを抽出し、フォーム ポスト サブミットで送信するにはどうすればよいですか?
collection.toJSON()すべてのデータをハッシュで返します。それをフォーム エンコードされたキーと値のペアに変換し、Ajax 経由で送信できます。jQuery と Underscore には、それを実現するために必要なすべてのメソッドがあります。
collection.toJSON()