--- layout: default nav: tutorial ---

Implementing A Click To Edit UI

This example offers an inline click-to-edit UI for a contact. When you click the button below the current UI will be replaced with an editing UI, without a full browser refresh. You can then update the user information or cancel the edit.

Note that the "server side" implementation is mocked out using mockjax, so you can see the entire implementation. Click the "Source Code" tab to see the code.

First Name: Joe
Last Name: Smith
Email: joesmith@example.com