I’m using twitter bootstrap.
I want to create a profile page with an edit button on the top left.
When a user clicks on this button,
all the profile fields become editable
(I think input elements)
Any idea how to implement it most easily?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you can’t count on everyone using HTML5, you could do it the hard way where you start with all fields either disabled or read only and then at the press of a button, you change the attribute. Using the same function, you could then show or enable the ‘Save’ button. Something like…