KruGoZor900,
Оберни
$(this).attr('href').
$('#colorlink').live('click',function(){
$('<div class="loading0"><img src=/assets/templates/dm/img/loading.gif></div>').appendTo('#ajaxcont');
$.post(encodeURI($(this).attr('href')),function(data){
$('#ajaxcont').html(data);
});
return false;
});