Heads up! To view this whole video, sign in with your Courses Plus account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed HTML5 Mobile Web Applications!
You have completed HTML5 Mobile Web Applications!
Preview
In this video we introduce Backbone Views and create a view to handle our new note form.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
we've seen how we can use models to save information into our localStorage database
0:00
and now, our next step is we want to actually connect our new form
0:05
to code that will actually instantiate a New Note object and save it to the database.
0:10
So what we want to do is we want to take our new form--
0:15
and let me just close the JavaScript console here because we don't need it--
0:19
and we want to be able to take the Title and Body information
0:22
when we click the Save button
0:25
and then run the code that we saw before when we instantiate a new object and Save it.
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up