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();
}
},
..........
Mike Alsup wrote:
>> 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();
>> }
>> },
>>
>
> Do you want the text of the element?
>
> $('span', o).text()
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>
--
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon, this information by persons or entities other than the
intended recipient is prohibited. If you received this in error, please
contact the sender and delete the material from any computer.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/