Consider I have an anchor which looks like this
~/Resumes/Res
Edited to reflect update to question
$(document).ready(function() { $(".res a").click(function() { alert($(this).attr("href")); }); });