prevent href from changing url code example
Example: jquery on click return link url
$(".addressClick").click(function () {
var addressValue = $(this).attr("href");
alert(addressValue );
});
$(".addressClick").click(function () {
var addressValue = $(this).attr("href");
alert(addressValue );
});