开发者

Extract values of innerHTML using JQUERY

开发者 https://www.devze.com 2023-03-05 19:41 出处:网络
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 ge开发者_JS百科t value of innerHTML without html tags usi

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 ge开发者_JS百科t value of innerHTML without html tags using JQuery


Try using the text() method: http://api.jquery.com/text/

0

精彩评论

暂无评论...
验证码 换一张
取 消