DataTables Form with submit link

DataTables Form with submit link

BlalienBlalien Posts: 17Questions: 0Answers: 0
edited May 2010 in General
Hello,

I am working on a DataTable table with a form.
I have the table working with the example form and submit button.

What I want is that when I press submit, the data will be send to the current page. So that I can use an url or something like that. Or that it is put into a Post value.

Hope someone can help me.

Thanks, Blalien.




[code]

var oTable;

$(document).ready(function() {
$("#formCG").submit( function() {
for(i=0; i
This discussion has been closed.