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? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -