263005 wse
HTML
<a class="neha" href="ID-1">neha</a>
JavaScript
jQuery(function() {
jQuery('.neha').click(function () {
event.preventDefault();
var addressValue = $(this).attr("href");
alert(addressValue );
})
});
<a class="neha" href="ID-1">neha</a>
jQuery(function() {
jQuery('.neha').click(function () {
event.preventDefault();
var addressValue = $(this).attr("href");
alert(addressValue );
})
});