I\'m trying to get href value using jQuery:
Jquery Test
You can get current href value by this code:
$(this).attr("href");
To get href value by ID
$("#mylink").attr("href");