I want to develop a test project for inline editing using jQuery. In this I want to develop when ever I double click on a cell a text box of the column size instead of text or content, after user give input and press Enter Key the content of cell will be updated in database with previous value. But I haven’t any idea how I can do it with jQuery. Can any one tell me about inline editing code?
Thanks in advance
I would take a look at http://www.appelsiini.net/projects/jeditable for the plugin Jeditable which gives you the behaviour you want to achive and adds some extra configuration options on top.