views:

34

answers:

1

I need a interactive table. By word interactive I mean "I should be able to add rows and delete them from table".

Above table I have input fields. So script should take value of each input field and add to table. But in the table should be a cross (for deleting rows), and once i click on it row gets deleted.

Also I ust somehow pass all rows to php script.

How can I do all of that?

A: 

For the add/remove rows part : append remove

Getting values of inputs is pretty obvious using val.

Write some code and if you're stuck again, come back and edit your post with your code.

Soufiane Hassou