I need a HTML form made using jQuery that will perform the following.
– Add (append) a new row to a table then erase contents of form.
– Have an option to delete and update new table row.
– Everything done using ajax (no page refresh)
Basically, I really want something similar to how WordPress custom fields meta box works. I like how the background changes yellow on update and red when deleted.
I just need the jQuery part, I will do the PHP back end processing part.
Please PM ques…
