Reputation: 2236
I need to edit a paragraph in place, but the content will be saved to DB by clicking Save button for the page. I searched for edit in place plugin, but all I found all sends content to server. Is there any plugin which does the same without sending any data to server ?
Upvotes: 1
Views: 78
Reputation: 382656
I need to edit a paragraph in place, but the content will be saved to DB by clicking Save utton for the page.
Actually, the content needs to be sent to the server for you to be able to save it into the database as you say you want to save it. You need a server-side language as well as database system to save that. So, it needs to be sent to the server.
Upvotes: 2