SoFunction
Updated on 2025-03-01

JS code to get value in span tags Support ie and firefox


if (isIE)
{
var spanTest=('spanTest');
spanValue = ;
}
else
{
spanValue = ;
}