$('#svetofor').removeClass("sv_red");
$('#svetofor').addClass("sv_active");
$.getJSON('/json.php',{GET_MARK_LIST:'YES'}, function(data) {
$('#m_list').html(getmlist(data));
$('#svetofor').addClass("sv_red");
$('#svetofor').removeClass("sv_active");
});
и почитайте про коллбеки.