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

Python Kivy ListView: How to delete selected ListItemButton? -

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