for example
<a href="http://stackoverflow.com" class="selected">stackoverflow</a>
my jquery is here
alert($('.selected').attr('href'));
but this don't work
How to get attribute from selected object?
for example
<a href="http://stackoverflow.com" class="selected">stackoverflow</a>
my jquery is here
alert($('.selected').attr('href'));
but this don't work
How to get attribute from selected object?