views:

161

answers:

1

I am generating a html table from a mysql query (generates a new flat html page)

Is there a plugin that i can use that will let me click/edit individual cells and save that data and refresh the content (important, cause i scrape the page and write to file later) but i also need to be able to select individual input types, some are simple text inputs, some are text areas, some are lists, etc.

In the mysql dump page, i can assign each column a class so if the plugin would use that to determine input type that would be great.

+1  A: 

Take a look at Jeditable - Edit in place plugin for jQuery.

karim79