makesites / jquery-contenteditable

Automatically adds events on 'contenteditable' fields and returns the changed data for further processing
http://plugins.jquery.com/contenteditable/
66 stars 6 forks source link

Detect change in a table #10

Open mbraidy opened 9 years ago

mbraidy commented 9 years ago

I implemented this functionality on a table. It detects changes, but how can I find what has really changed to save it? Do I have to scan the whole table elements to find it, or is it possible somehow? Thank you

tracend commented 9 years ago

Sorry for the delayed response.

In the event object, do you get any data passed?

Theoretically this can be done if you have added the contenteditable attribute on each individual cell but tbh I haven't personally tried it on a table.