FF doesn’t support InnerText Property. So if i use innerHTML i get "<NOBR>0057</NOBR>". I want to extract 0057 value. How can i get value of innerHTML without html tags using JQuery
FF doesn’t support InnerText Property. So if i use innerHTML i get <NOBR>0057</NOBR> .
Share
Try using the
text()method: http://api.jquery.com/text/