$('.read_more a').live('click', function(){ var idd = $(this).attr("href"); $("#entry_container").load('?p='+idd); return false; });