$(document).on('click', 'a', function() { $("#content").load(this.href + ' #content'); return false; });