$('body').on('click.ajax', 'a.ajax', function (e) { $("#content") .html('Загрузка...') .load( $(this).attr('href') ); return false; });