> thanks Mike, text or numeric value but I do not have it wrapped in a
> span element and using this doesn't work:
>
>     ..........
>     textExtractionCustom: {
>         1: function(o) {
>             return $('',o).val();
>             },
>         2: function(o) {
>             return $('',o).val();
>             }
>     },

What is 'o' in this example?  Is it the TD element?  Have you tried:

return $(o).text();

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to