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

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -