Get text from a span
get text from span .
by Varun Krishna P
HTML
<div id = "top-card" data-li-template="top_card" >
<div class="profile-top-card top-card " >
<div class="profile-card vcard">
<div class="profile-card vcard">
<div class="profile-card vcard">
.....
<div class="profile-card vcard">
<div id="profile-card vcard">
<div data-li-template="profile-card vcard">
<h1>
<span class="fn">
<span class="full-name" dir="auto">I WANT THIS TEXT</span>
JavaScript
$(function(){
alert($(".full-name").text());
});
//http://stackoverflow.com/questions/34353234/scrape-html-element-with-jquery