<script type="text/javascript">
jQuery(function($){
$("body").delegate("a", "click", function(){
var href = $(this).attr('href');
$('.wrapper').load(href+' .content', function(){
history.pushState(null, null, href);
});
});
});
</script>
Сделал так. Всегда грузит страницу заново...
Ребят, ну подскажите как правильно сделать, плз. Сроки уже поджимают:С