Saturday, 7 September 2013

Catching form submissions in Backbone

Catching form submissions in Backbone

I have a URL route that has a parameter whose value is not known ahead of
time when the page is loaded. For example:
/read/book/page/:page
But when the user is selection screen they get to type in which page
number they want to start on then click submit. Is it possible to catch
this form submission and place it in the URL? Normally there is a question
mark (?) right because its a GET request. But Backbone how can backbone
catch that?

No comments:

Post a Comment