jquery - Get text from custom tag -


this question has answer here:

how can address code jquery ?

<span property="v:street-address">2 macdonald street</span> 

thanks.

$("span[property='v:street-address']").text() 

Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -