How to make HTML table cell editable?

I’d like to make some cells of html table editable, simply double click a cell, input some text and the changes can be sent to server. I don’t want to use some toolkits like dojo data grid. Because it provides some other features. Would you provide me some code snippet or advices on how to implement it?

Leave a Comment