The HTML looks like this.
<div class="mainClass">
<span>
<span class="profilePic" style="background-image: url("url of pic")></span>
</span>
</div>
I need to get the url in the span tag using Jquery
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
The HTML looks like this.
<div class="mainClass">
<span>
<span class="profilePic" style="background-image: url("url of pic")></span>
</span>
</div>
I need to get the url in the span tag using Jquery