Form example doesn't work

Form example doesn't work

wiggonatorwiggonator Posts: 1Questions: 0Answers: 0
edited June 2013 in General
I've tried this example:
http://datatables.net/release-datatables/examples/api/form.html
and it doesn't work. Click on the button "Submit form" and see the results. sData is blank.

The problem lies here (I think):
var sData = $('input', oTable.fnGetNodes()).serialize();

The example is looking for input fields but there is only text. I also only have text and would like to know how to solve this.
This discussion has been closed.