$(document).ready(function(){ $('a.itemList').click(function(){ var a_href = $(this).attr('href'); alert(a_href); }); });