You're not wrapping your domready in a function.
With your example
$(document).ready(
$("#submitregister").click(
...
);
);
The .click call is being evaluated straight away and passed to
document.ready. You want to wrap it in a function so document.ready
will cal
3
4
...etc...
But if I try to sort by 'Four', it will sort by the third column instead.
So, here is a simple, naiive bugfix that seems to work for me; I'd
like to hear any feedback that anyone has. I haven't tried at all with
colspans in the data.
Thanks,
Amos Robinson
2 matches
Mail list logo