i try to make a dynamic input text on table, and it can work well, but now i have problem when i try to delete a row, the counter (number) can't work well...
this script for add dynamic textfield, it work well..
$("#addButton").click(function () {
var newTextBoxDiv = $(document.createElement('tr')).attr("id", 'TextBoxDiv' + counter);
i try to make simple input i my app, when i post variable with jquery n it will be process in php and then i give alert.. but the alert can't work well..