Here is the code script:
'http://jsfiddle.net/NfPcH/652/'
I want that when "Edit" button is clicked then show text box in edit mode and change the button text from "Edit" to "Update", and i want that when i click on "Update" then data in text box should be submitted.
Thanks.