How do I apply the custom text extraction if I do not have the text
wrapped in anything else than the regular td element?
How do I apply a regex function on that text?
..........
textExtractionCustom: {
1: function(o) {
return $('span',o).val();
},
2: function(o) {
return $('span',o).val();
}
},
..........
Also, if somebody (me included) couldn't figure out how to get the
latest TableSorter from the SVN here's the link:
http://jquery.com/dev/svn/trunk/plugins/tablesorter/jquery.tablesorter.js?format=txt
Thanks.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/