$(".ajax").click(function() { var href = $(this).attr('href'); $.get(href, function( data ) { console.log(data); var tresc = $( ".container" ).html( data ); console.log(tresc); return false; }); });
co robie nie tak.... czekam commander na Twoje zdanie i na podpowiedz jak to zrobic bez jQuery

