Jquery and Ajax Dynamic Editing Inline

Jquery and Ajax Dynamic Editing Inline

I would like to know whether there is any jquery or ajax script for the following.

(1) It should be able add new rows to a table.
(2) By clicking on the column of a row, It should get a text box and text should be able to edit and save to database.
(3) Also it should be able to change the background of the column, by selecting the color from the text box coming while editing.
(4) I should have drop downs for 2 columns in every row.
(5) I should be able to save the changes to database. And should be able to retrieve.
(6) Font styles and color should be changed for every row dynamically. After clicking on the column of a row.

Please let me know if there is any script like this kind.